Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/core_ext/float.rb

Revision 7719, 132 bytes (checked in by bitsweat, 2 years ago)

Ruby 1.9 compat, consistent load paths

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.