Method: Chef::Resource::Bash#initialize
- Defined in:
- lib/chef/resource/bash.rb
#initialize(name, run_context = nil) ⇒ Bash
Returns a new instance of Bash.
161 162 163 164 |
# File 'lib/chef/resource/bash.rb', line 161 def initialize(name, run_context = nil) super @interpreter = "bash" end |