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