class Cucumber::TagExpressions::True

Public Instance Methods

evaluate(variables) click to toggle source
# File lib/cucumber/tag_expressions/expressions.rb, line 70
def evaluate(variables)
  true
end
to_s() click to toggle source
# File lib/cucumber/tag_expressions/expressions.rb, line 74
def to_s
  "true"
end