module Referehencible
rubocop:disable Metrics/LineLength, Metrics/PerceivedComplexity :reek: DuplicateMethodCall :reek: NestedIterators
Constants
- DEFAULT_LENGTH
- VERSION
Public Class Methods
included(base)
click to toggle source
rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength
# File lib/referehencible.rb, line 104 def self.included(base) base.extend ClassMethods end