module Asciidoctor::SyntaxHighlighter::CodeRayAdapter::Styles

Public Instance Methods

read_stylesheet() click to toggle source
# File lib/asciidoctor/syntax_highlighter/coderay.rb, line 71
def read_stylesheet
  @@stylesheet_cache ||= (::File.read (::File.join Stylesheets::STYLESHEETS_DIR, stylesheet_basename), mode: FILE_READ_MODE).rstrip
end
stylesheet_basename() click to toggle source
# File lib/asciidoctor/syntax_highlighter/coderay.rb, line 75
def stylesheet_basename
  'coderay-asciidoctor.css'
end