Method: Archimate::FileFormats::ModelExchangeFileReader#initialize

Defined in:
lib/archimate/file_formats/model_exchange_file_reader.rb

#initialize(doc) ⇒ ModelExchangeFileReader



8
9
10
# File 'lib/archimate/file_formats/model_exchange_file_reader.rb', line 8

def initialize(doc)
  @string_or_io = doc
end