class Pug::SystemCompiler

Abstraction layer for system Pug compiler.

Public Class Methods

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