class Ohm::DataTypes::SerializedArray
Public Instance Methods
to_s()
click to toggle source
# File lib/ohm/datatypes.rb, line 36 def to_s JSON.dump(self) end
# File lib/ohm/datatypes.rb, line 36 def to_s JSON.dump(self) end