Module: Osheet::Mixin

Defined in:
lib/osheet/mixin.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



6
7
8
# File 'lib/osheet/mixin.rb', line 6

def self.included(receiver)
  receiver.send(:extend, ClassMethods)
end