Class: Cucumber::Ast::StepInvocation
- Inherits:
-
Object
- Object
- Cucumber::Ast::StepInvocation
- Defined in:
- lib/cucumber_characteristics/cucumber_step_patch.rb
Instance Attribute Summary collapse
-
#step_match ⇒ Object
readonly
Returns the value of attribute step_match.
Instance Attribute Details
#step_match ⇒ Object (readonly)
Returns the value of attribute step_match.
23 24 25 |
# File 'lib/cucumber_characteristics/cucumber_step_patch.rb', line 23 def step_match @step_match end |