lib/active_support/inflector.rb in activesupport-5.1.7 vs lib/active_support/inflector.rb in activesupport-5.2.0.beta1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # in case active_support/inflector is required without the rest of active_support require "active_support/inflector/inflections" require "active_support/inflector/transliterate" require "active_support/inflector/methods"