class Cucumber::Ambiguous

Attributes

matches[R]

Public Instance Methods

initialize_with_storing_matches(step_name, matches, *args) click to toggle source
# File lib/cucumber_priority/ambiguous_error_ext.rb, line 6
def initialize_with_storing_matches(step_name, matches, *args)
  @matches = matches
  initialize_without_storing_matches(step_name, matches, *args)
end