Sha256: da446e43df24945b986b1b56c2cc1fe5d38e8e52a53de759a85325a553b47425
Contents?: true
Size: 272 Bytes
Versions: 79
Compression:
Stored size: 272 Bytes
Contents
unless 0.respond_to?(:fdiv) class Numeric def fdiv(other) to_f / other end end end # String elements referenced with [] <= 1.8.6 return a Fixnum. Cheat to allow # for the simpler "test"[2].ord construct class Numeric def ord return self end end
Version data entries
79 entries across 79 versions & 1 rubygems