Class: Rouge::Lexers::Serbea

Inherits:
TemplateLexer
  • Object
show all
Defined in:
lib/serbea/rouge_lexer.rb

Instance Method Summary collapse

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