Class: Dumper
- Inherits:
-
Object
show all
- Defined in:
- lib/xcode-yamlizer/dumpers.rb
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
|
#load ⇒ Object
14
15
|
# File 'lib/xcode-yamlizer/dumpers.rb', line 14
def load()
end
|