Class: YARD::Parser::Ruby::Legacy::RubyToken::TkStatementEnd
- Defined in:
- lib/yard/parser/ruby/legacy/ruby_lex.rb
Overview
Represents an end statement
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::Legacy::RubyToken::Token
Instance Method Details
permalink #text ⇒ Object
[View source]
61 |
# File 'lib/yard/parser/ruby/legacy/ruby_lex.rb', line 61 def text; '' end |