# File lib/facets/core/string/pathize.rb, line 17 def pathize to_s.gsub(/([A-Z])/, '_\1').downcase.gsub(/^_/,'').gsub(/(::|__)_?/, '/') end