class Lookbook::CodeHighlighter

def initialize(source, opts = {})

def initialize(source, opts = {})
  @source = source.to_s
  @opts = opts
end