# File lib/sass/script/parser.rb, line 149
        def associative?(op)
          ASSOCIATIVE.include?(op)
        end