method

story

story(line)
public

No documentation available.

# File lib/spec/story/runner/story_parser.rb, line 96
          def story(line)
            @parser.init_story(line)
            @parser.transition_to(:story_state)
          end