Method: FBO::Parser#initialize
- Defined in:
- lib/fbo/parser.rb
#initialize(file = nil) ⇒ Parser
Returns a new instance of Parser.
9 10 11 |
# File 'lib/fbo/parser.rb', line 9 def initialize(file = nil) @file = file end |
Returns a new instance of Parser.
9 10 11 |
# File 'lib/fbo/parser.rb', line 9 def initialize(file = nil) @file = file end |