# File lib/extlib/inflection.rb, line 45 def underscore(camel_cased_word) camel_cased_word.to_const_path end