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