Class: Struct

Inherits:
Object
  • Object
show all
Defined in:
lib/inspec/polyfill.rb

Overview

copyright: 2016, Chef Software Inc. author: Dominik Richter author: Christoph Hartmann license: All rights reserved

Instance Method Summary collapse

Instance Method Details

#to_hObject



9
10
11
# File 'lib/inspec/polyfill.rb', line 9

def to_h
  Hash[each_pair.to_a]
end