Class: TTY::Config::Marshallers::JavaPropsMarshaller
- Inherits:
-
Object
- Object
- TTY::Config::Marshallers::JavaPropsMarshaller
- Includes:
- TTY::Config::Marshaller
- Defined in:
- lib/tty/config/marshallers/java_props_marshaller.rb
Instance Method Summary collapse
Methods included from TTY::Config::Marshaller
Instance Method Details
#marshal(object) ⇒ Object
15 16 17 |
# File 'lib/tty/config/marshallers/java_props_marshaller.rb', line 15 def marshal(object) JavaProperties.generate(object) end |
#unmarshal(content) ⇒ Object
19 20 21 |
# File 'lib/tty/config/marshallers/java_props_marshaller.rb', line 19 def unmarshal(content) JavaProperties.parse(content) end |