Class: Malt::Formats::CSS
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
- #css ⇒ Object
-
#to_css ⇒ Object
CSS is CSS ;).
Methods inherited from Abstract
engine, #engine, extensions, #extensions, #file, #parse_type_and_data, #refile, register, #render, #subtype, #text, #to, #to_s, #type
Instance Method Details
#css ⇒ Object
11 12 13 |
# File 'lib/malt/formats/css.rb', line 11 def css(*) text end |
#to_css ⇒ Object
CSS is CSS ;)
16 17 18 |
# File 'lib/malt/formats/css.rb', line 16 def to_css(*) self end |