Method: ALib::Util::Casting#float_list
- Defined in:
- lib/alib-0.5.1/util.rb
#float_list(*list) ⇒ Object
–}}}
1517 1518 1519 1520 1521 |
# File 'lib/alib-0.5.1/util.rb', line 1517 def float_list *list #--{{{ list.flatten.compact.map{|f| Float f} #--}}} end |