class Cucumber::WireSupport::WireLanguage

def step_matches(step_name, formatted_step_name)

def step_matches(step_name, formatted_step_name)
  @connections.map{ |remote| remote.step_matches(step_name, formatted_step_name)}.flatten
end