Method: Racc::SourceText#location

Defined in:
lib/racc/sourcetext.rb

#locationObject



30
31
32
# File 'lib/racc/sourcetext.rb', line 30

def location
  "#{@filename}:#{@lineno}"
end