# File lib/buildr/ide/idea.rb, line 278 def url_for_path(path) if path =~ /jar$/i jar_path(path) else file_path(path) end end