Removed left-over assignment
This commit is contained in:
parent
f41f6ff0c8
commit
d72f5eb07f
|
@ -737,7 +737,6 @@ module Oga
|
|||
# @return [Oga::Ruby::Node]
|
||||
def on_call_count(input, arg)
|
||||
count = unique_literal(:count)
|
||||
assign =
|
||||
|
||||
unless return_nodeset?(arg)
|
||||
raise TypeError, 'count() can only operate on NodeSet instances'
|
||||
|
|
Loading…
Reference in New Issue