aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer.rb
blob: 538c0a2c8ce5aa1b23ec768188bfadec57cb2b25 (plain) (blame)
1
2
3
4
5
require 'active_support/core_ext/integer/even_odd'
require 'active_support/core_ext/integer/inflections'

require 'active_support/core_ext/util'
ActiveSupport.core_ext Integer, %w(time)