Module: RBON
- Defined in:
- lib/rbon.rb,
lib/rbon/dump.rb,
lib/rbon/load.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.0.210120'
Class Method Summary collapse
-
.dump ⇒ Object
For simple Items => String conversions.
-
.load ⇒ Object
For simple String => Items conversions.
Class Method Details
.dump ⇒ Object
For simple Items => String conversions
13 14 15 |
# File 'lib/rbon.rb', line 13 def self.dump(...) Dump.new.dump(...) end |
.load ⇒ Object
For simple String => Items conversions
8 9 10 |
# File 'lib/rbon.rb', line 8 def self.load(...) Load.new.load(...) end |