module Lithic::Internal::Util
def coerce_float(input)
-
(Float, Object)
-
Parameters:
-
input
(String, Integer, Float
) --
Other tags:
- Api: - private
def coerce_float(input) Float(input, exception: false) || input end
(Float, Object)
-
input
(String, Integer, Float
)
--
def coerce_float(input) Float(input, exception: false) || input end