aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector.rb
blob: abfce1c17c2f0902055c4017f1b2df5d12baf5d1 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
# in case active_support/inflector is required without the rest of active_support
require_relative "inflector/inflections"
require_relative "inflector/transliterate"
require_relative "inflector/methods"

require_relative "inflections"
require_relative "core_ext/string/inflections"