Class: Cucumber::Ast::StepInvocation
- Inherits:
-
Object
- Object
- Cucumber::Ast::StepInvocation
- Defined in:
- lib/cucumber_characteristics/cucumber_common_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.
22 23 24 |
# File 'lib/cucumber_characteristics/cucumber_common_step_patch.rb', line 22 def step_match @step_match end |