# File lib/spec/story/step_group.rb, line 81 def create_matcher(type, name, &block) matcher = Step.new(name, &block) @hash_of_lists_of_steps[type] << matcher matcher end