Class: Spec::Story::StepGroupHash
- Inherits:
-
Hash
- Object
- Hash
- Spec::Story::StepGroupHash
- Defined in:
- lib/spec/story/step_group.rb
Instance Method Summary collapse
-
#initialize ⇒ StepGroupHash
constructor
A new instance of StepGroupHash.
Constructor Details
#initialize ⇒ StepGroupHash
Returns a new instance of StepGroupHash.
5 6 7 8 9 |
# File 'lib/spec/story/step_group.rb', line 5 def initialize super do |h,k| h[k] = Spec::Story::StepGroup.new end end |