class Object

Public Instance Methods

to_data() click to toggle source
# File lib/parsed_data/object.rb, line 2
def to_data
  ParsedData.new self, :hash
end