Class: Sass::Constant::Nil
- Defined in:
- lib/gems/haml-2.0.4/lib/sass/constant/nil.rb
Overview
:nodoc:
Constant Summary
Constants inherited from Literal
Literal::COLOR, Literal::NUMBER
Instance Attribute Summary
Attributes inherited from Literal
Instance Method Summary collapse
Methods inherited from Literal
#concat, #initialize, parse, #perform
Constructor Details
This class inherits a constructor from Sass::Constant::Literal
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'lib/gems/haml-2.0.4/lib/sass/constant/nil.rb', line 5 def to_s '' end |