Remove unnecessary use of Object#send
This commit is contained in:
parent
a6cd19933d
commit
7a8220ae78
|
@ -71,7 +71,7 @@ module Oga
|
||||||
current = current.parent
|
current = current.parent
|
||||||
end
|
end
|
||||||
|
|
||||||
send(:after_element, current, output) if current.is_a?(Element)
|
after_element(current, output) if current.is_a?(Element)
|
||||||
|
|
||||||
break if current == @start
|
break if current == @start
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue