Method: Objectify::Config::Injectables#merge

Defined in:
lib/objectify/config/injectables.rb

#merge(other) ⇒ Object



40
41
42
# File 'lib/objectify/config/injectables.rb', line 40

def merge(other)
  self.class.new @config.merge(other.config)
end