# File lib/cucumber/wire_support/wire_language.rb, line 36
      def step_matches(step_name, formatted_step_name)
        @connections.map{ |c| c.step_matches(step_name, formatted_step_name)}.flatten
      end