summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-15 16:07:10 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-15 16:07:10 -0800
commitf69d418d2268ced37ab4b46cc170f0aeaf0e91fd (patch)
tree4195e9ef35dc9ef17808a0f5488e0140d24f6583
parentdc8f71322c59757fd1772d4dabd56143d01d027e (diff)
downloadchef-f69d418d2268ced37ab4b46cc170f0aeaf0e91fd.tar.gz
Nuke the comment from ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/ruby.rb2
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