class Sass::Value::Mixin
@see sass-lang.com/documentation/js-api/classes/sassmixin/
Sass’s mixin type.
def ==(other)
-
(::Boolean)
-
def ==(other) other.is_a?(Sass::Value::Mixin) && other.id == id end
def assert_mixin(_name = nil)
-
(Mixin)
-
def assert_mixin(_name = nil) self end
def hash
-
(Integer)
-
def hash @hash ||= id.hash end