class Object

Public Class Methods

to_parse(other)
Alias for: to_ruby
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_parse()
Alias for: to_ruby
to_ruby() click to toggle source
# File lib/opium/extensions/object.rb, line 2
def to_ruby
  self
end
Also aliased as: to_parse