Parent

Hash

Public Class Methods

from_json(str) click to toggle source
# File lib/familia/core_ext.rb, line 14
def self.from_json str
  MultiJson.decode str
end

Public Instance Methods

to_json() click to toggle source
# File lib/familia/core_ext.rb, line 11
def to_json
  MultiJson.encode self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.