Class: Code::Node::Base16
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.
6 7 8 9 10 |
# File 'lib/code/node/base_16.rb', line 6 def initialize(parsed) return if parsed.blank? @base_16 = parsed.presence end |