Class: Treetop::Runtime::SyntaxNode
- Defined in:
- lib/cucumber/parser/treetop_ext.rb
Instance Method Summary collapse
Instance Method Details
#line ⇒ Object
43 44 45 |
# File 'lib/cucumber/parser/treetop_ext.rb', line 43 def line input.line_of(interval.first) end |