class Object
Public Class Methods
to_ruby(other)
click to toggle source
# File lib/opium/extensions/object.rb, line 9 def to_ruby(other) other end
Also aliased as: to_parse
Public Instance Methods
to_ruby()
click to toggle source
# File lib/opium/extensions/object.rb, line 2 def to_ruby self end
Also aliased as: to_parse