aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/integer.rb
blob: d22701306a1ca2fb03126c7a7c6e74931ae0a2ea (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

require "active_support/core_ext/integer/multiple"
require "active_support/core_ext/integer/inflections"
require "active_support/core_ext/integer/time"