summaryrefslogtreecommitdiff
path: root/lib/rexml/quickpath.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rexml/quickpath.rb4
1 files changed, 2 insertions, 2 deletions
@@ -194,7 +194,7 @@ module REXML
case res
when true
results << element
- when Fixnum
results << element if Functions.pair[0] == res
when String
results << element
@@ -230,7 +230,7 @@ module REXML
case res
when true
results << element
- when Fixnum
results << element if Functions.pair[0] == res
end
end