Method: BBLib::HashPathProcs.to_string
- Defined in:
- lib/hash_path/processors.rb
.to_string(child, *args, class_based: true) ⇒ Object
148 149 150 |
# File 'lib/hash_path/processors.rb', line 148 def self.to_string(child, *args, class_based: true) class_based_proc(child, class_based, :to_s) end |