class Sass::Supports::Operator

def initialize(left, right, op)

def initialize(left, right, op)
  @left = left
  @right = right
  @op = op
end