Sha256: ddcd8bb2271acc5e4624a94caee5a983a6909339dd11597490b29bc7da0207d0

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
koine-attributes-1.2.4 lib/koine/attributes/adapter/integer.rb