Class: So::Index
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(x, index) ⇒ Index
constructor
A new instance of Index.
- #pp(n) ⇒ Object
- #substitute(v, e) ⇒ Object
Methods inherited from Expr
#!, #<, #==, #>, #[], #assert_time, #assert_value, #to_so_expr
Constructor Details
#initialize(x, index) ⇒ Index
Returns a new instance of Index.
180 181 182 183 |
# File 'lib/spec_object.rb', line 180 def initialize(x, index) @x = x @index = index end |