Module: ActionService::Protocol::Registry
- Defined in:
- lib/action_service/protocol/registry.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
-
.append_features(base) ⇒ Object
:nodoc:.
Class Method Details
.append_features(base) ⇒ Object
:nodoc:
7 8 9 10 11 |
# File 'lib/action_service/protocol/registry.rb', line 7 def self.append_features(base) # :nodoc: super base.extend(ClassMethods) base.send(:include, ActionService::Protocol::Registry::InstanceMethods) end |