Class: Rouge::Lexers::Serbea
- Inherits:
-
TemplateLexer
- Object
- TemplateLexer
- Rouge::Lexers::Serbea
- Defined in:
- lib/serbea/rouge_lexer.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Serbea
constructor
A new instance of Serbea.
Constructor Details
#initialize(opts = {}) ⇒ Serbea
Returns a new instance of Serbea.
15 16 17 18 19 |
# File 'lib/serbea/rouge_lexer.rb', line 15 def initialize(opts={}) @ruby_lexer = Ruby.new(opts) super(opts) end |