Class: Fewer::Engines::Css
- Defined in:
- lib/fewer/engines/css.rb
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/css.rb', line 4 def content_type 'text/css' end |
#extension ⇒ Object
8 9 10 |
# File 'lib/fewer/engines/css.rb', line 8 def extension '.css' end |