class Sass::Script::Value::Null

def self.new

Returns:
  • (Null) - the {NULL} constant.

Other tags:
    Private: -
def self.new
  NULL
end