# File lib/aws/core/xml_grammar.rb, line 270 def float_value format_value do |value| value = super(value) value.nil? ? nil : value.to_f end end