Sha256: b249c33c292f43dbc547caa199a37859e82246c76c7b512db3797444886ad19a
Contents?: true
Size: 341 Bytes
Versions: 62
Compression:
Stored size: 341 Bytes
Contents
module Workarea class Content module Fields class Range < Field def min options[:min].to_f end def max options[:max].to_f end def step options[:step].to_f end def typecast(value) value.to_f end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems