Class: Sass::Constant::Nil

Inherits:
Literal show all
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

#value

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_sObject



5
6
7
# File 'lib/gems/haml-2.0.4/lib/sass/constant/nil.rb', line 5

def to_s
  ''
end