class Sass::Value::Boolean

def ==(other)

Returns:
  • (::Boolean) -
def ==(other)
  other.is_a?(Sass::Value::Boolean) && other.value == value
end