method
new
rspec 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