Class: Abstractivator::Trees::TransformTreeClosure
- Defined in:
- lib/abstractivator/trees/tree_map.rb
Instance Method Summary collapse
- #do_obj(obj, path_tree) ⇒ Object
-
#initialize(config) ⇒ TransformTreeClosure
constructor
A new instance of TransformTreeClosure.
Constructor Details
#initialize(config) ⇒ TransformTreeClosure
Returns a new instance of TransformTreeClosure.
22 23 24 25 26 |
# File 'lib/abstractivator/trees/tree_map.rb', line 22 def initialize(config) @config = config @bias = 0 # symbol = +, string = - @no_value = Object.new end |