Sha256: 76aaff033518f33f78d2886da0231fab176742d0e2f01b237552940627c95b95

Contents?: true

Size: 166 Bytes

Versions: 4

Compression:

Stored size: 166 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
koine-attributes-0.2.3 lib/koine/attributes/adapter/float.rb
koine-attributes-0.2.2 lib/koine/attributes/adapter/float.rb
koine-attributes-0.2.1 lib/koine/attributes/adapter/float.rb
koine-attributes-0.2.0 lib/koine/attributes/adapter/float.rb