lib/sequel/model/default_inflections.rb in sequel-4.30.0 vs lib/sequel/model/default_inflections.rb in sequel-4.31.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + module Sequel # Proc that is instance evaled to create the default inflections for both the # model inflector and the inflector extension. DEFAULT_INFLECTIONS_PROC = proc do plural(/$/, 's')