diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-15 16:07:10 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-15 16:07:10 -0800 |
commit | f69d418d2268ced37ab4b46cc170f0aeaf0e91fd (patch) | |
tree | 4195e9ef35dc9ef17808a0f5488e0140d24f6583 /lib/chef | |
parent | dc8f71322c59757fd1772d4dabd56143d01d027e (diff) | |
download | chef-f69d418d2268ced37ab4b46cc170f0aeaf0e91fd.tar.gz |
Nuke the comment from ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/resource/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ruby.rb b/lib/chef/resource/ruby.rb index 8aa28be369..2c0e65e9da 100644 --- a/lib/chef/resource/ruby.rb +++ b/lib/chef/resource/ruby.rb @@ -25,7 +25,7 @@ class Chef provides :ruby - description "Use the **ruby** resource to execute scripts using the Ruby interpreter. This resource may also use any of the actions and properties that are available to the **execute** resource. Commands that are executed with this resource are (by their nature) not idempotent, as they are typically unique to the environment in which they are run. Use `not_if` and `only_if` to guard this resource for idempotence. Note: The **ruby** script resource (which is based on the **script** resource) is different from the **ruby_block** resource because Ruby code that is run with this resource is created as a temporary file and executed like other script resources, rather than run inline." + description "Use the **ruby** resource to execute scripts using the Ruby interpreter. This resource may also use any of the actions and properties that are available to the **execute** resource. Commands that are executed with this resource are (by their nature) not idempotent, as they are typically unique to the environment in which they are run. Use `not_if` and `only_if` to guard this resource for idempotence." def initialize(name, run_context = nil) super |