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