Method: Rouge::Formatters::HTMLPygments#initialize
- Defined in:
- lib/rouge/formatters/html_pygments.rb
#initialize(inner, css_class = 'codehilite') ⇒ HTMLPygments
Returns a new instance of HTMLPygments.
6 7 8 9 |
# File 'lib/rouge/formatters/html_pygments.rb', line 6 def initialize(inner, css_class='codehilite') @inner = inner @css_class = css_class end |