Module: Pa::Util::Concern

Included in:
Cmd, Directory, Path, State
Defined in:
lib/pa/util.rb

Instance Method Summary collapse

Instance Method Details

#included(base) ⇒ Object



7
8
9
# File 'lib/pa/util.rb', line 7

def included(base)
  base.extend const_get(:ClassMethods) if const_defined?(:ClassMethods)
end