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