# File lib/coercible/coercer/object.rb, line 121 def to_integer(value) coerce_with_method(value, :to_int, __method__) end