# File lib/extlib/string.rb, line 78
  def to_const_path
    snake_case.gsub(/::/, "/")
  end