Module: Reuters::Namespaces::Base
- Extended by:
- ClassMethods
- Included in:
- Common, Fundamentals, Search, Search::All, Search::Equity, Token
- Defined in:
- lib/reuters/namespaces/base.rb
Overview
The Base Namespace module is not meant to be directly used as it does not provided any Namespace definitions. Instead, it is included inside other Namespace modules as it provides useful helpers.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(klass) ⇒ Object
Extend the including class with the defined class methods.
Methods included from ClassMethods
Class Method Details
.included(klass) ⇒ Object
Extend the including class with the defined class methods.
41 42 43 |
# File 'lib/reuters/namespaces/base.rb', line 41 def self.included(klass) klass.extend(ClassMethods) end |