protected String humanReadableVersionOf(String name) { String underscoredName = Inflector.getInstance().underscore(name); return Inflector.getInstance().humanize(underscoredName); }
private String underscoreStoryName() { return "**/" + Inflector.getInstance().of(simpleClassName()).withUnderscores() + ".story"; }