Method: Lexr::UnmatchableTextError#initialize
- Defined in:
- lib/lexr.rb
#initialize(character, position) ⇒ UnmatchableTextError
Returns a new instance of UnmatchableTextError.
134 135 136 |
# File 'lib/lexr.rb', line 134 def initialize(character, position) @character, @position = character, position end |