inflection
inflection copied to clipboard
humanize() barfs
here's the stack trace from running in node repl:
node> var humanize = require('/usr/local/src/inflection/lib/inflection').humanize;
[Function]
node> humanize('find_name')
ReferenceError: HUMANS is not defined
at Object.<anonymous> (/usr/local/src/inflection/lib/inflection.js:199:16)
Hm, humanize is not finished. I just added a hack implementation that may be useful to you.