# File lib/spec/story/extensions/main.rb, line 5
        def Story(title, narrative, params = {}, &body)
          ::Spec::Story::Runner.story_runner.Story(title, narrative, params, &body)
        end