Sha256: 6b7de330d1fe7522d51e4c2461e90568dfbc09a17fccd7595aa07916454091ae

Contents?: true

Size: 207 Bytes

Versions: 5

Compression:

Stored size: 207 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Float < Base
        private

        def coerce_not_nil(value)
          wrap_errors { Float(value) }
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
koine-attributes-1.2.3 lib/koine/attributes/adapter/float.rb
koine-attributes-1.2.2 lib/koine/attributes/adapter/float.rb
koine-attributes-1.2.1 lib/koine/attributes/adapter/float.rb
koine-attributes-1.2.0 lib/koine/attributes/adapter/float.rb
koine-attributes-1.1.0 lib/koine/attributes/adapter/float.rb