# File lib/cucumber/rb_support/snippet.rb, line 24 def self.cli_option_string(type) "%-7s: %-28s e.g. %s" % [type, description, example] end
# File lib/cucumber/rb_support/snippet.rb, line 9 def initialize(code_keyword, pattern, multiline_argument_class) @number_of_arguments = 0 @code_keyword = code_keyword @pattern = replace_and_count_capturing_groups(pattern) @multiline_argument_class = multiline_argument_class end
Generated with the Darkfish Rdoc Generator 2.