class Ohm::DataTypes::SerializedHash

Public Instance Methods

to_s() click to toggle source
# File lib/ohm/datatypes.rb, line 30
def to_s
  JSON.dump(self)
end