Method: PETOOH::YY_ParsingContext#initialize
- Defined in:
- gen/lib/petooh.rb
#initialize(input) ⇒ YY_ParsingContext
input
is IO.
157 158 159 160 |
# File 'gen/lib/petooh.rb', line 157 def initialize(input) @input = input @worst_error = nil end |