Class: Cucumber::Ambiguous

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber_priority/ambiguous_error_ext.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#matchesObject (readonly)

Returns the value of attribute matches.



4
5
6
# File 'lib/cucumber_priority/ambiguous_error_ext.rb', line 4

def matches
  @matches
end

Instance Method Details

#initialize_with_storing_matches(step_name, matches, *args) ⇒ Object



6
7
8
9
# 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