class Cucumber::TagExpressions::And

def initialize(left, right)

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