Method: Asciidoctor::SyntaxHighlighter::CodeRayAdapter::Styles#read_stylesheet
- Defined in:
- lib/asciidoctor/syntax_highlighter/coderay.rb
#read_stylesheet ⇒ Object
71 72 73 |
# 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 |