Sha256: 2fe104f9e80d86ff694caadfbd5972a3a60d1e130fa11e900ccb21fafbff4278
Contents?: true
Size: 224 Bytes
Versions: 144
Compression:
Stored size: 224 Bytes
Contents
# encoding: utf-8 # copyright: 2016, Chef Software Inc. # author: Dominik Richter # author: Christoph Hartmann class Struct unless instance_methods.include? :to_h def to_h Hash[each_pair.to_a] end end end
Version data entries
144 entries across 144 versions & 2 rubygems