Sha256: eb981e76efa42977f23471f152cb4f74e29e0d32288bea2a5f23ba7fbe181092
Contents?: true
Size: 110 Bytes
Versions: 21
Compression:
Stored size: 110 Bytes
Contents
class Float # Float#round_off is simple an alias for Float#round. alias_method :round_off, :round end
Version data entries
21 entries across 21 versions & 1 rubygems