Sha256: b27ca768a78d78044028a7b37dbf609c5f7091341aaa9a289ff5f6bdcd734f77

Contents?: true

Size: 170 Bytes

Versions: 9

Compression:

Stored size: 170 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Integer < Base
        def coerce(value)
          Integer(value)
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
koine-attributes-0.2.3 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.2.2 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.2.1 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.2.0 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.1.4 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.1.3 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.1.2 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.1.1 lib/koine/attributes/adapter/integer.rb
koine-attributes-0.1.0 lib/koine/attributes/adapter/integer.rb