Class: Fewer::Engines::Js
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#initialize, #mtime, #paths, #read
Constructor Details
This class inherits a constructor from Fewer::Engines::Abstract
Instance Method Details
#content_type ⇒ Object
4 5 6 |
# File 'lib/fewer/engines/js.rb', line 4 def content_type 'application/x-javascript' end |
#extension ⇒ Object
8 9 10 |
# File 'lib/fewer/engines/js.rb', line 8 def extension '.js' end |