Module: Referehencible
- Defined in:
- lib/referehencible.rb,
lib/referehencible/version.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- DEFAULT_LENGTH =
36- VERSION =
'0.5.1'
Class Method Summary collapse
-
.included(base) ⇒ Object
rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength.
Class Method Details
.included(base) ⇒ Object
rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength
78 79 80 |
# File 'lib/referehencible.rb', line 78 def self.included(base) base.extend ClassMethods end |