# File lib/spec/story/runner/plain_text_story_runner.rb, line 15 def initialize(*args) @options = Hash === args.last ? args.pop : {} @story_file = args.empty? ? nil : args.shift yield self if block_given? end