Sha256: 282ca8d5ecbe13c21346891f91769e129386a1b718e5769ed75787812e382217
Contents?: true
Size: 273 Bytes
Versions: 145
Compression:
Stored size: 273 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
145 entries across 145 versions & 3 rubygems