# File lib/couchrest/model/typecast.rb, line 26 def typecast_to_integer(value) typecast_to_numeric(value, :to_i) end