Class: Treetop::Runtime::SyntaxNode

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/parser/treetop_ext.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#lineObject



44
45
46
# File 'lib/cucumber/parser/treetop_ext.rb', line 44

def line
  input.line_of(interval.first)
end