method

story

story(line)
public

No documentation available.

# File lib/spec/story/runner/story_parser.rb, line 152
          def story(line)
            @parser.create_story
            @parser.add_story_line(line)
          end