Class: Dassets::NullEngine

Inherits:
Engine
  • Object
show all
Defined in:
lib/dassets/engine.rb

Instance Attribute Summary

Attributes inherited from Engine

#opts

Instance Method Summary collapse

Methods inherited from Engine

#initialize

Constructor Details

This class inherits a constructor from Dassets::Engine

Instance Method Details

#compile(input) ⇒ Object



26
27
28
# File 'lib/dassets/engine.rb', line 26

def compile(input)
  input
end

#ext(input_ext) ⇒ Object



22
23
24
# File 'lib/dassets/engine.rb', line 22

def ext(input_ext)
  input_ext
end