Class: Cucumber::TagExpressions::True

Inherits:
Object
  • Object
show all
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_sObject



81
82
83
# File 'lib/cucumber/tag_expressions/expressions.rb', line 81

def to_s
  ''
end