Method: Cheffish::NodeProperties#initialize
- Defined in:
- lib/cheffish/node_properties.rb
#initialize(*args) ⇒ Object
Grab environment from with_environment
8 9 10 11 |
# File 'lib/cheffish/node_properties.rb', line 8 def initialize(*args) super chef_environment run_context.cheffish.current_environment end |