Class: RDocRuboCop::Lang::Ruby::Token::CommentToken

Inherits:
RDocRuboCop::Lang::Ruby::Token show all
Defined in:
lib/rdoc_rubocop/lang/ruby/token/comment_token.rb

Instance Attribute Summary

Attributes inherited from RDocRuboCop::Lang::Ruby::Token

#locate, #state, #token, #type

Instance Method Summary collapse

Methods inherited from RDocRuboCop::Lang::Ruby::Token

build, #column, #initialize, #lineno

Constructor Details

This class inherits a constructor from RDocRuboCop::Lang::Ruby::Token

Instance Method Details

#comment?Boolean



6
7
8
# File 'lib/rdoc_rubocop/lang/ruby/token/comment_token.rb', line 6

def comment?
  true
end