class Object

Public Instance Methods

to_parsed_obj(*args) click to toggle source
# File lib/to_parsed_obj/ext.rb, line 5
def to_parsed_obj(*args)
  ToParsedObj.parse(self,*args)
end