Method: Chef::Environment#override_attributes
- Defined in:
- lib/chef/environment.rb
#override_attributes(arg = nil) ⇒ Object
85 86 87 88 89 90 91 |
# File 'lib/chef/environment.rb', line 85 def override_attributes(arg = nil) set_or_return( :override_attributes, arg, kind_of: Hash ) end |