class Pug::ShippedCompiler

Abstraction layer for shipped Pug compiler.

Public Class Methods

new(version) click to toggle source
Calls superclass method JadePug::ShippedCompiler::new
# File lib/pug-ruby/shipped-compiler.rb, line 11
def initialize(version)
  super Pug, version
end