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