# File lib/cucumber/parser/natural_language.rb, line 55 def incomplete? KEYWORD_KEYS.detect{|key| @keywords[key].nil?} end