Class: RLTK::Parser::Environment

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

Instance Method Summary collapse

Instance Method Details

#positionObject



8
9
10
# File 'lib/parser.rb', line 8

def position
  Position.new @positions.first, @positions.last
end