class Sass::Script::Parser

def associative?(op)

Other tags:
    Private: -
def associative?(op)
  ASSOCIATIVE.include?(op)
end