Module: Genghis::ProxyMethods

Included in:
Guardian
Defined in:
lib/genghis.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



157
158
159
160
161
162
# File 'lib/genghis.rb', line 157

def self.included(mod)
  mod.class_eval do
    extend ClassMethods
  end

end