Class: YARD::Parser::Ruby::Legacy::RubyToken::TkBlockContents
- Inherits:
-
Token
- Object
- Token
- YARD::Parser::Ruby::Legacy::RubyToken::TkBlockContents
- Defined in:
- lib/yard/parser/ruby/legacy/ruby_lex.rb
Overview
Represents a block
Constant Summary
Instance Attribute Summary
Attributes inherited from Token
char_no, lex_state, line_no, text
Instance Method Summary (collapse)
Methods inherited from Token
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::Legacy::RubyToken::Token
Instance Method Details
- (Object) text
56 |
# File 'lib/yard/parser/ruby/legacy/ruby_lex.rb', line 56 def text; '...' end |