Class: Struct

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

Overview

copyright: 2016, Chef Software Inc.

Instance Method Summary collapse

Instance Method Details

#to_hObject



5
6
7
# File 'lib/inspec/polyfill.rb', line 5

def to_h
  Hash[each_pair.to_a]
end