Class: Dumper

Inherits:
Object
  • Object
show all
Defined in:
lib/xcode-yamlizer/dumpers.rb

Direct Known Subclasses

PlistDumper, XmlDumper, YamlDumper

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ Dumper

Returns a new instance of Dumper.



8
9
10
# File 'lib/xcode-yamlizer/dumpers.rb', line 8

def initialize(filename)
  @filename = filename
end

Instance Method Details

#dump(object) ⇒ Object



12
13
# File 'lib/xcode-yamlizer/dumpers.rb', line 12

def dump(object)
end

#loadObject



14
15
# File 'lib/xcode-yamlizer/dumpers.rb', line 14

def load()
end