inflection icon indicating copy to clipboard operation
inflection copied to clipboard

humanize() barfs

Open danieldkim opened this issue 15 years ago • 1 comments

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)

danieldkim avatar Jun 29 '10 23:06 danieldkim

Hm, humanize is not finished. I just added a hack implementation that may be useful to you.

gmosx avatar Jun 30 '10 07:06 gmosx