Sha256: 20801c81b280d693814beaafa619c9767f5ccb4f561f28c83ca2f372eaef7811

Contents?: true

Size: 167 Bytes

Versions: 5

Compression:

Stored size: 167 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
koine-attributes-0.1.4 lib/koine/attributes/adapter/float.rb
koine-attributes-0.1.3 lib/koine/attributes/adapter/float.rb
koine-attributes-0.1.2 lib/koine/attributes/adapter/float.rb
koine-attributes-0.1.1 lib/koine/attributes/adapter/float.rb
koine-attributes-0.1.0 lib/koine/attributes/adapter/float.rb