Method: Inspec::Resources::ZfsPool#method_missing
- Defined in:
- lib/resources/zfs_pool.rb
#method_missing(name) ⇒ Object
expose all parameters
45 46 47 |
# File 'lib/resources/zfs_pool.rb', line 45 def method_missing(name) @params[name.to_s] end |