Class: Cucumber::Tree::StepOutline
- Defined in:
- lib/gems/cucumber-0.1.15/lib/cucumber/tree/step.rb
Constant Summary
Constants inherited from BaseStep
BaseStep::PENDING_ADJUSTMENT, BaseStep::REGULAR_ADJUSTMENT
Instance Attribute Summary
Attributes inherited from Step
#arity, #extra_args, #keyword, #line, #name
Attributes inherited from BaseStep
Instance Method Summary collapse
Methods inherited from Step
#format, #initialize, #regexp_args_proc, #row?
Methods inherited from BaseStep
#actual_keyword, #execute_in, #file, #forced_to_pending?, #format_error, #id, #length, new_id!, #padding_length, #previous_step, #steps
Constructor Details
This class inherits a constructor from Cucumber::Tree::Step
Instance Method Details
#outline? ⇒ Boolean
129 130 131 |
# File 'lib/gems/cucumber-0.1.15/lib/cucumber/tree/step.rb', line 129 def outline? true end |