Method: FBO::Interpreter#initialize
- Defined in:
- lib/fbo/interpreter.rb
#initialize(file) ⇒ Interpreter
Returns a new instance of Interpreter.
3 4 5 6 |
# File 'lib/fbo/interpreter.rb', line 3 def initialize(file) @file = file @parser = Parser.new end |