Skip to content

Commit

Permalink
Merge pull request #127 from chef/lcg/ruby-2.5.0
Browse files Browse the repository at this point in the history
remove Chef::Mash
  • Loading branch information
thommay authored Oct 13, 2017
2 parents 9850138 + d625e6d commit 905dd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cheffish/merged_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module Cheffish
class MergedConfig
def initialize(*configs)
@configs = configs.map { |config| Chef::Mash.from_hash config }
@merge_arrays = Chef::Mash.new
@configs = configs.map { |config| Mash.from_hash config }
@merge_arrays = Mash.new
end

include Enumerable
Expand Down

0 comments on commit 905dd8d

Please sign in to comment.