Method: Stupidedi::Reader::FileInput#position
- Defined in:
- lib/stupidedi/reader/input/file_input.rb
#position ⇒ String
The file name, URI, etc that identifies the input stream
40 41 42 |
# File 'lib/stupidedi/reader/input/file_input.rb', line 40 def position Position.new(@offset, @line, @column, @io.path) end |