# File lib/asciidoctor/stylesheets.rb, line 54
  def embed_coderay_stylesheet
    %(<style>
#{coderay_stylesheet_data}
</style>)
  end