Class: Allen::Preprocessors::Null

Inherits:
Preprocessor show all
Defined in:
lib/allen/preprocessors.rb

Class Method Summary collapse

Methods inherited from Preprocessor

relative

Class Method Details

.build(*args) ⇒ Object



65
# File 'lib/allen/preprocessors.rb', line 65

def self.build(*args); self; end

.compress(*args) ⇒ Object



66
# File 'lib/allen/preprocessors.rb', line 66

def self.compress(*args); self; end

.watch(*args) ⇒ Object



67
# File 'lib/allen/preprocessors.rb', line 67

def self.watch(*args); self; end