summaryrefslogtreecommitdiff
path: root/lib/uri
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-05 19:09:08 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-05 19:09:08 +0000
commitb6ecbc70553239294ad0d5ecd432a73a00efa1b1 (patch)
tree72ce8d5dbd14cbe57a75b74ad4c9c7b7ecfa4d23 /lib/uri
parentd7b5ef028bf2f7e432d8541c84dd3cb9dd4974b3 (diff)
remove path_query
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/generic.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index a5ebaa11c3..0169934d04 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -1340,12 +1340,6 @@ module URI
end
end
- # returns the assemble String with path and query components
- def path_query
- @query ? "#@path?#@query" : @path
- end
- private :path_query
-
#
# Constructs String from URI
#