Module: DataBindings::Adapters::TNetstring::Convert
- Includes:
- ConverterHelper, GemRequirement
- Defined in:
- lib/data_bindings/adapters/tnetstring.rb
Instance Method Summary collapse
-
#force_convert_to_tnetstring ⇒ String
Creates a String repsentation of a Ruby Hash or Array.
Methods included from GemRequirement
Methods included from ConverterHelper
Instance Method Details
#force_convert_to_tnetstring ⇒ String
Creates a String repsentation of a Ruby Hash or Array.
24 25 26 |
# File 'lib/data_bindings/adapters/tnetstring.rb', line 24 def force_convert_to_tnetstring ::TNetstring.dump(self.to_hash) end |