Method: Unigunkan::Processor#initialize
- Defined in:
- lib/unigunkan/processor.rb
#initialize(proj_file, opts) ⇒ Processor
Returns a new instance of Processor.
6 7 8 9 10 11 12 13 |
# File 'lib/unigunkan/processor.rb', line 6 def initialize(proj_file, opts) @proj_file = proj_file @opts = opts f = open(@proj_file) @src = f.read f.close end |