class Chef::Provider::Script

Public Instance Methods

command() click to toggle source
# File lib/chef/provider/script.rb, line 37
def command
  "\"#{interpreter}\" #{flags}"
end
input() click to toggle source
# File lib/chef/provider/script.rb, line 41
def input
  code
end