Sha256: 906bd24586f3ceb24501204f309fdb8fe1274b7bb855d1474f441d065fa4d80f

Contents?: true

Size: 283 Bytes

Versions: 6

Compression:

Stored size: 283 Bytes

Contents

require 'routemaster/client/connection'

module Routemaster
  module Client
    module Backends
      class Synchronous
        class << self
          extend Forwardable
          def_delegator :'Routemaster::Client::Connection', :send_event
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
routemaster-client-3.2.3 routemaster/client/backends/synchronous.rb
routemaster-client-3.2.0 routemaster/client/backends/synchronous.rb
routemaster-client-3.1.2 routemaster/client/backends/synchronous.rb
routemaster-client-3.1.1 routemaster/client/backends/synchronous.rb
routemaster-client-3.1.0 routemaster/client/backends/synchronous.rb
routemaster-client-3.0.0 routemaster/client/backends/synchronous.rb