module Cucumber::WireSupport::WireProtocol

def invoke(step_definition_id, args)

def invoke(step_definition_id, args)
  handler = Requests::Invoke.new(self)
  handler.execute(step_definition_id, args)
end