Module: GBDev::CallbackLogger
- Defined in:
- lib/callback_logger.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods, SingletonMethods
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
6 7 8 |
# File 'lib/callback_logger.rb', line 6 def self.included(mod) mod.extend(ClassMethods) end |