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