Module: Osheet::Mixin
- Defined in:
- lib/osheet/mixin.rb
Defined Under Namespace
Modules: ClassMethods Classes: Args
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
3 4 5 |
# File 'lib/osheet/mixin.rb', line 3 def self.included(receiver) receiver.send(:extend, ClassMethods) end |