class Dry::Inflector::Inflections

def human(rule, replacement)

Other tags:
    Since: - 0.1.0

Parameters:
  • replacement (String) -- the replacement
  • rule (String, Regexp) -- the rule
def human(rule, replacement)
  humans.insert(0, [rule, replacement])
end