Skip to content

Commit

Permalink
remove Chef::Mash
Browse files Browse the repository at this point in the history
its just "Mash", necessary for ruby 2.5.0

Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist committed Oct 12, 2017
1 parent 9850138 commit d625e6d
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 d625e6d

Please sign in to comment.