Module: BBLib::Prototype

Included in:
TaskTimer
Defined in:
lib/bblib/core/mixins/prototype.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/bblib/core/mixins/prototype.rb', line 4

def self.included(base)
  base.extend(ClassMethods)
end