# File lib/merb-core/core_ext/string.rb, line 62
  def to_const_path
    snake_case.gsub(/::/, "/")
  end