Method: DHC::Interceptor.dup

Defined in:
lib/dhc/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?(DHC::Caching) # false



29
30
31
# File 'lib/dhc/interceptor.rb', line 29

def self.dup
  self
end