Method: Userlist::Config#merge

Defined in:
lib/userlist/config.rb

#merge(other_config) ⇒ Object



26
27
28
# File 'lib/userlist/config.rb', line 26

def merge(other_config)
  self.class.inherit(self, other_config)
end