method

add_story_line

add_story_line(line)
public

No documentation available.

# File lib/spec/story/runner/story_parser.rb, line 45
        def add_story_line(line)
          @current_story_lines << line
        end