Sha256: e9bb85bfc026aead720710a8246aae833f2c4fecd5593e051693ccf1b37511d2
Contents?: true
Size: 100 Bytes
Versions: 28
Compression:
Stored size: 100 Bytes
Contents
unless 0.respond_to?(:fdiv) class Numeric def fdiv(other) to_f / other end end end
Version data entries
28 entries across 28 versions & 4 rubygems