Module: RedisRing::Client::OperationDefinitions
- Included in:
- RingProxy
- Defined in:
- lib/redis_ring/client/operation_definitions.rb
Defined Under Namespace
Modules: ClassMethods, GatherOperations, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
9 10 11 12 13 |
# File 'lib/redis_ring/client/operation_definitions.rb', line 9 def self.included(klass) klass.send(:include, InstanceMethods) klass.send(:include, GatherOperations) klass.extend(ClassMethods) end |