class Rouge::Lexers::Make

Public Class Methods

new(opts={}) click to toggle source
Calls superclass method
# File lib/rouge/lexers/make.rb, line 23
def initialize(opts={})
  super
  @shell = Shell.new(opts)
end