class RuboCop::Cop::AnnotationComment

def initialize(comment, keywords)

Parameters:
  • keywords (Array) --
  • comment (Parser::Source::Comment) --
def initialize(comment, keywords)
  @comment = comment
  @keywords = keywords
  @margin, @keyword, @colon, @space, @note = split_comment(comment)
end