# File lib/asciidoctor/debug.rb, line 5
  def self.debug
    puts yield if self.show_debug_output?
  end