module Tsuga::Adapter::Memory::Cluster

Public Class Methods

included(by) click to toggle source
# File lib/tsuga/adapter/memory/cluster.rb, line 14
def self.included(by)
  by.send :include, Fields
  by.send :include, Base
  by.send :include, Tsuga::Model::Cluster
  by.send :include, Tsuga::Adapter::Shared::Cluster
  by.extend ClassMethods
end