Class: Code::Object::Code
- Inherits:
-
Code::Object
- Object
- Code::Object
- Code::Object::Code
- Defined in:
- lib/code/object/code.rb
Instance Attribute Summary
Attributes inherited from Code::Object
Instance Method Summary collapse
- #evaluate ⇒ Object
-
#initialize(*args, **_kargs, &_block) ⇒ Code
constructor
A new instance of Code.
Methods inherited from Code::Object
#<=>, #==, as_json, #as_json, #call, call, #code_and_operator, code_and_operator, #code_as_json, code_as_json, code_different, #code_different, #code_equal_equal, code_equal_equal, #code_equal_equal_equal, code_equal_equal_equal, code_exclamation_point, #code_exclamation_point, code_exclusive_range, #code_exclusive_range, code_inclusive_range, #code_inclusive_range, code_new, #code_or_operator, code_or_operator, #code_self, code_self, #code_to_json, code_to_json, falsy?, #falsy?, #hash, inspect, #inspect, maybe, #multi_fetch, multi_fetch, #nothing?, nothing?, repeat, sig, #sig, #succ, to_json, #to_json, to_s, #to_s, truthy?, #truthy?, |
Constructor Details
Instance Method Details
#evaluate ⇒ Object
11 12 13 |
# File 'lib/code/object/code.rb', line 11 def evaluate(...) raw.evaluate(...) end |