Method: BBLib::HashPathProcs.replace_with
- Defined in:
- lib/hash_path/processors.rb
.replace_with(child, *args, class_based: true) ⇒ Object
93 94 95 |
# File 'lib/hash_path/processors.rb', line 93 def self.replace_with(child, *args, class_based: true) child.replace_with(args.first) end |