Skip to content

Commit d6a02b9

Browse files
committed
Make quote_literal private.
1 parent d50d7f3 commit d6a02b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rexml/parsers/xpathparser.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def predicate_to_string( path, &block )
188188
return string.squeeze(" ")
189189
end
190190

191+
private
191192
def quote_literal( literal )
192193
case literal
193194
when String
@@ -203,7 +204,6 @@ def quote_literal( literal )
203204
end
204205
end
205206

206-
private
207207
#LocationPath
208208
# | RelativeLocationPath
209209
# | '/' RelativeLocationPath?

0 commit comments

Comments
 (0)