class Sass::SCSS::Parser

def supports_condition

def supports_condition
  supports_negation || supports_operator || supports_interpolation
end