Method: Properties#to_string

Defined in:
lib/xproperties/properties.rb

#to_stringString

Convert the current object to string.

Returns:



800
801
802
# File 'lib/xproperties/properties.rb', line 800

def to_string
  JSON.dump @properties
end