class Routemaster::Client::Backends::MissingAsynchronous

Public Class Methods

send_event(*) click to toggle source
# File routemaster/client/backends/missing_asynchronous.rb, line 8
def send_event(*)
  raise MissingAsyncBackendError
end