class RDocRuboCop::Lang::Ruby::Token::CommentToken

Public Instance Methods

comment?() click to toggle source
# File lib/rdoc_rubocop/lang/ruby/token/comment_token.rb, line 6
def comment?
  true
end