Module: Osheet::Associations

Included in:
Row, Workbook, Worksheet
Defined in:
lib/osheet/associations.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



3
4
5
# File 'lib/osheet/associations.rb', line 3

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