Method: Chef::Resource::Python#initialize
- Defined in:
- lib/chef/resource/python.rb
permalink #initialize(name, run_context = nil) ⇒ Python
Returns a new instance of Python.
26 27 28 29 |
# File 'lib/chef/resource/python.rb', line 26 def initialize(name, run_context = nil) super @interpreter = "python" end |