Method: Archimate::FileFormats::ArchiFileReader#initialize
- Defined in:
- lib/archimate/file_formats/archi_file_reader.rb
#initialize(doc) ⇒ ArchiFileReader
Returns a new instance of ArchiFileReader.
7 8 9 |
# File 'lib/archimate/file_formats/archi_file_reader.rb', line 7 def initialize(doc) @string_or_io = doc end |