From b6ecbc70553239294ad0d5ecd432a73a00efa1b1 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 5 Aug 2014 19:09:08 +0000 Subject: remove path_query git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/generic.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/uri/generic.rb') 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 # -- cgit v1.2.3