Class: Dumper
- Inherits:
-
Object
- Object
- Dumper
- Defined in:
- lib/xcode-yamlizer/dumpers.rb
Direct Known Subclasses
Instance Method Summary collapse
- #dump(object) ⇒ Object
-
#initialize(filename) ⇒ Dumper
constructor
A new instance of Dumper.
- #load ⇒ Object
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 |