Class: Struct
- Inherits:
-
Object
- Object
- Struct
- Defined in:
- lib/inspec/polyfill.rb
Overview
copyright: 2016, Chef Software Inc. author: Dominik Richter author: Christoph Hartmann
Direct Known Subclasses
FilterTable::Factory::CustomPropertyType, Inspec::Describe::Test, Inspec::Plugin::V2::Activator, Inspec::Plugin::V2::Exclusion, Inspec::Plugin::V2::Status, Inspec::RequireLoader::Item, Inspec::Resources::PkgsManagement::PackageStruct, NginxTransform::Exp, NginxTransform::Group
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
8 9 10 |
# File 'lib/inspec/polyfill.rb', line 8 def to_h Hash[each_pair.to_a] end |