Object
Returned when tokenizing fails due to an unexpected character in the input stream.
The index of the character that caused the error.
# File lib/dhaka/tokenizer/tokenizer.rb, line 29 def initialize(unexpected_char_index) @unexpected_char_index = unexpected_char_index end
Returns true.
# File lib/dhaka/tokenizer/tokenizer.rb, line 34 def has_error? true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.