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