class Dry::Inflector::Inflections
def human(rule, replacement)
- Since: - 0.1.0
Parameters:
-
replacement
(String
) -- the replacement -
rule
(String, Regexp
) -- the rule
def human(rule, replacement) humans.insert(0, [rule, replacement]) end