class Yanapiri::MultiSourceConfig

Public Class Methods

new(first, *others) click to toggle source
Calls superclass method
# File lib/yanapiri/multi_source_config.rb, line 3
def initialize(first, *others)
  super others.inject(first, &:merge)
end