class Aws::Waiters::Poller

def acceptor_matches?(acceptor, response)

def acceptor_matches?(acceptor, response)
  send("matches_#{acceptor['matcher']}?", acceptor, response)
end