class ParsableHash::Converters::Float
Private Instance Methods
try_convert()
click to toggle source
# File lib/parsable_hash/converters/float.rb, line 6 def try_convert @value.to_f end
# File lib/parsable_hash/converters/float.rb, line 6 def try_convert @value.to_f end