Class: UnitF::Tag::Exporter

Inherits:
Object
  • Object
show all
Defined in:
lib/unitf/tag/export/exporter.rb

Instance Method Summary collapse

Constructor Details

#initializeExporter

Returns a new instance of Exporter.



6
7
8
# File 'lib/unitf/tag/export/exporter.rb', line 6

def initialize
  @objects = []
end

Instance Method Details

#dumpObject



13
14
15
# File 'lib/unitf/tag/export/exporter.rb', line 13

def dump

end

#spool(object) ⇒ Object



10
11
# File 'lib/unitf/tag/export/exporter.rb', line 10

def spool(object)
end