[Source]
# File vendor/plugins/rspec/lib/spec/story/scenario.rb, line 7 7: def initialize(story, name, &body) 8: @story = story 9: @name = name 10: @body = body 11: end
[Validate]