45 46 47 48 49
# File 'lib/garcon/chef/resource/attribute.rb', line 45 def self.from_hash(hash) mash = Attribute.new(hash) mash.default = hash.default mash end