class Koine::Attributes::Adapter::Integer

Private Instance Methods

coerce_not_nil(value) click to toggle source
# File lib/koine/attributes/adapter/integer.rb, line 9
def coerce_not_nil(value)
  wrap_errors { Integer(value) }
end