Module: Everybit::Updateable

Included in:
Video
Defined in:
lib/everybit/modules/updateable.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



24
25
26
# File 'lib/everybit/modules/updateable.rb', line 24

def self.included(receiver)
  receiver.send :include, InstanceMethods
end