Method: ALib::Util::Casting#float_list
- Defined in:
- lib/alib-0.5.0/util.rb
#float_list(*list) ⇒ Object
–}}}
1509 1510 1511 1512 1513 |
# File 'lib/alib-0.5.0/util.rb', line 1509 def float_list *list #--{{{ list.flatten.compact.map{|f| Float f} #--}}} end |