Method: LHC::Interceptor.dup

Defined in:
lib/lhc/interceptor.rb

.dupObject

Prevent Interceptors from beeing duplicated! Their classes have flag-character. When duplicated you can’t check for their class name anymore: e.g. options.deep_dup.include?(LHC::Caching) # false



27
28
29
# File 'lib/lhc/interceptor.rb', line 27

def self.dup
  self
end