Class: Cucumber::TagExpressions::True
- Inherits:
-
Object
- Object
- Cucumber::TagExpressions::True
- Defined in:
- lib/cucumber/tag_expressions/expressions.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(_variables) ⇒ Object
77 78 79 |
# File 'lib/cucumber/tag_expressions/expressions.rb', line 77 def evaluate(_variables) true end |
#to_s ⇒ Object
81 82 83 |
# File 'lib/cucumber/tag_expressions/expressions.rb', line 81 def to_s '' end |