Module: FrameworkIdentificator::Framework

Extended by:
ClassMethods
Included in:
ApplicationFrameworks, TestingFrameworks
Defined in:
lib/framework_identificator/framework.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

available, son_name, son_name=

Class Method Details

.included(including) ⇒ Object



23
24
25
26
# File 'lib/framework_identificator/framework.rb', line 23

def self.included(including)
  including.extend(ClassMethods)
  including.son_name = including.name.split("::").last
end