# File lib/aws/record/attributes/float.rb, line 34 def self.serialize float, options = {} expect(Float, float) do float.to_s end end