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