# File lib/spec/story/step_group.rb, line 76
      def <<(other_step_matchers)
        other_step_matchers.add_to(self) if other_step_matchers.respond_to?(:add_to)
      end