# File lib/asciidoctor/stylesheets.rb, line 94
  def load_pygments
    (defined? ::Pygments) ? true : !(Helpers.require_library 'pygments', 'pygments.rb', :ignore).nil?
  end