Module: Referehencible
- Defined in:
- lib/referehencible.rb,
lib/referehencible/version.rb
Overview
rubocop:disable Metrics/LineLength, Metrics/PerceivedComplexity
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- DEFAULT_LENGTH =
36
- VERSION =
'1.1.3'
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
103 104 105 |
# File 'lib/referehencible.rb', line 103 def self.included(base) base.extend ClassMethods end |