method
new
1.1.12 -
Show latest stable
- Class:
Spec::Story::StepGroupHash
new()public
No documentation available.
# File lib/spec/story/step_group.rb, line 5
def initialize
super do |h,k|
h[k] = Spec::Story::StepGroup.new
end
end