Module: ThorEnhance::Base::AllowedKlass::ClassMethods

Defined in:
lib/thor_enhance/base.rb

Instance Method Summary collapse

Instance Method Details

#thor_enhance_allow!Object



27
28
29
# File 'lib/thor_enhance/base.rb', line 27

def thor_enhance_allow!
  ThorEnhance.configuration.allowed_klasses << self
end