Class: Code::Node::Base2
- Inherits:
-
Code::Node
- Object
- Code::Node
- Code::Node::Base2
- Defined in:
- lib/code/node/base_2.rb
Instance Method Summary collapse
- #evaluate(**args) ⇒ Object
-
#initialize(parsed) ⇒ Base2
constructor
A new instance of Base2.
Constructor Details
#initialize(parsed) ⇒ Base2
Returns a new instance of Base2.
4 5 6 |
# File 'lib/code/node/base_2.rb', line 4 def initialize(parsed) @base_2 = parsed end |