class RBS::Parser::Token

def comment?

def comment?
  @type == :tCOMMENT || @type == :tLINECOMMENT
end