Sha256: d2a2a779449217147fe6d3d883ee98c23898f1d09d359033d148ed89de452148

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Float < Base
        private

        def coerce_not_nil(value)
          Float(value)
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
koine-attributes-1.0.0 lib/koine/attributes/adapter/float.rb
koine-attributes-0.4.0 lib/koine/attributes/adapter/float.rb
koine-attributes-0.3.2 lib/koine/attributes/adapter/float.rb
koine-attributes-0.3.1 lib/koine/attributes/adapter/float.rb
koine-attributes-0.3.0 lib/koine/attributes/adapter/float.rb