Method: Xmindoc::Core#initialize
- Defined in:
- lib/xmindoc.rb
#initialize(option) ⇒ Core
Returns a new instance of Core.
18 19 20 21 22 23 |
# File 'lib/xmindoc.rb', line 18 def initialize(option) @option = option @parser = Parser.new(option[:file_input]) @exporter = Exporter.new(option) @result = "" end |