class RougeLines::Lexers::Make
Public Class Methods
new(opts={})
click to toggle source
Calls superclass method
# File lib/rouge-lines/lexers/make.rb, line 22 def initialize(opts={}) super @shell = Shell.new(opts) end