Module: Replay::Events
- Defined in:
- lib/replay/events.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
4 5 6 |
# File 'lib/replay/events.rb', line 4 def self.extended(base) base.extend(ClassMethods) end |
.included(base) ⇒ Object
7 8 9 10 |
# File 'lib/replay/events.rb', line 7 def self.included(base) base.extend(ClassMethods) #self.constants.each{|c| base.const_set(c, const_get(c))} end |