Skip to content

Commit

Permalink
Fix BlackHole reference in vanish
Browse files Browse the repository at this point in the history
  • Loading branch information
willcosgrove committed Sep 6, 2024
1 parent d27e244 commit c699783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phlex/sgml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def render(renderable, &)
def vanish(*args)
return unless block_given?

@_context.capturing_into(BlackHole) { yield(*args) }
@_context.capturing_into(Phlex::BlackHole) { yield(*args) }

nil
end
Expand Down

0 comments on commit c699783

Please sign in to comment.