aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer.rb
blob: d1e6d76acb981b0a15257da25bbedd3c78d8843b (plain) (tree)
1
2
3
4
5
6
7

                                                     




                                                             
require 'active_support/core_ext/integer/even_odd'
require 'active_support/core_ext/integer/inflections'

class Integer #:nodoc:
  include ActiveSupport::CoreExtensions::Integer::EvenOdd
  include ActiveSupport::CoreExtensions::Integer::Inflections
end