class Cucumber::TagExpressions::True

def evaluate(_variables)

def evaluate(_variables)
  true
end

def to_s

def to_s
  'true'
end