class Phlex::SGML

def __vanish__(*args)

Other tags:
    Api: - private

Returns:
  • (nil) -
def __vanish__(*args)
	return unless block_given?
	@_context.with_target(BlackHole) { yield(*args) }
	nil
end