[Source]
# File vendor/plugins/rspec/lib/spec/story/step_group.rb, line 5 5: def initialize 6: super do |h,k| 7: h[k] = Spec::Story::StepGroup.new 8: end 9: end
[Validate]