class Object

Public Instance Methods

to_so_expr() click to toggle source
# File lib/spec_object.rb, line 2
def to_so_expr
  So::Const.new(self)
end