module Cucumber
module Cucumber::TagExpressions
class Cucumber::TagExpressions::And
class Cucumber::TagExpressions::Literal
class Cucumber::TagExpressions::Not
class Cucumber::TagExpressions::Or
class Cucumber::TagExpressions::Parser
class Cucumber::TagExpressions::True
cucumber-tag-expressions
6.1.1
def evaluate(_variables) true end
def to_s 'true' end