Sha256: 26096ac8d9ff951709dca6b2fc21f856b9b190895347291df5f5742a572c611a

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Integer < Base
        private

        def coerce_not_nil(value)
          wrap_errors { Integer(value) }
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
koine-attributes-1.2.3 lib/koine/attributes/adapter/integer.rb
koine-attributes-1.2.2 lib/koine/attributes/adapter/integer.rb
koine-attributes-1.2.1 lib/koine/attributes/adapter/integer.rb
koine-attributes-1.2.0 lib/koine/attributes/adapter/integer.rb
koine-attributes-1.1.0 lib/koine/attributes/adapter/integer.rb