Method: Parser::Comment#to_s

Defined in:
lib/parser/comment.rb

#to_sObject



64
65
66
# File 'lib/parser/comment.rb', line 64

def to_s
  "#<Parser::Comment tokenlines=#{@tokenlines.length} doclines=#{@doclines.length}>"
end