Method: TreeHash#process
- Defined in:
- lib/bblib/core/classes/tree_hash.rb
#process(processor, &block) ⇒ Object
200 201 202 |
# File 'lib/bblib/core/classes/tree_hash.rb', line 200 def process(processor, &block) # TODO: Add ability to process values or keys in tree hashes end |