Method: Properties#to_string
- Defined in:
- lib/xproperties/properties.rb
#to_string ⇒ String
Convert the current object to string.
800 801 802 |
# File 'lib/xproperties/properties.rb', line 800 def to_string JSON.dump @properties end |