Module: Syncro

Defined in:
lib/syncro.rb,
lib/syncro/app.rb,
lib/syncro/base.rb,
lib/syncro/model.rb,
lib/syncro/client.rb,
lib/syncro/marshal.rb,
lib/syncro/scriber.rb,
lib/syncro/response.rb,
lib/syncro/redis/client.rb,
lib/syncro/redis/scribe.rb,
lib/syncro/scriber/base.rb,
lib/syncro/scriber/model.rb,
lib/syncro/scriber/scribe.rb,
lib/syncro/protocol/message.rb,
lib/syncro/scriber/observer.rb,
lib/syncro/protocol/message_buffer.rb,
lib/syncro/scriber/scribe_observer.rb

Defined Under Namespace

Modules: Base, Model, Protocol, Redis, Scriber Classes: App, Client, Response, SyncroError

Class Method Summary collapse

Class Method Details

.klassesObject



11
12
13
# File 'lib/syncro.rb', line 11

def klasses
  @klasses ||= []
end