Sha256: 501674ba4aa626175064dfd270914abd656c368b06ea90452d9053afcc1feb6b
Contents?: true
Size: 179 Bytes
Versions: 5
Compression:
Stored size: 179 Bytes
Contents
module Yanapiri class MultiSourceConfig < Thor::CoreExt::HashWithIndifferentAccess def initialize(first, *others) super others.inject(first, &:merge) end end end
Version data entries
5 entries across 5 versions & 1 rubygems