class Cucumber::AmbiguousStepMatch
Public Class Methods
Source
# File lib/cucumber/step_match.rb, line 144 def initialize(error) @error = error end
Public Instance Methods
Source
# File lib/cucumber/step_match.rb, line 148 def activate(test_step) test_step.with_action { raise @error } end