Method: Racc::SourceText#location
- Defined in:
- lib/racc/sourcetext.rb
#location ⇒ Object
30 31 32 |
# File 'lib/racc/sourcetext.rb', line 30 def location "#{@filename}:#{@lineno}" end |
30 31 32 |
# File 'lib/racc/sourcetext.rb', line 30 def location "#{@filename}:#{@lineno}" end |