root/trunk/activesupport/lib/active_support/core_ext/float.rb
| Revision 7719, 132 bytes (checked in by bitsweat, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | require 'active_support/core_ext/float/rounding' |
| 2 | |
| 3 | class Float #:nodoc: |
| 4 | include ActiveSupport::CoreExtensions::Float::Rounding |
| 5 | end |
Note: See TracBrowser for help on using the browser.