summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/template.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/resource/template.rb b/lib/chef/resource/template.rb
index 8c9607ee07..67a9e6a418 100644
--- a/lib/chef/resource/template.rb
+++ b/lib/chef/resource/template.rb
@@ -102,9 +102,8 @@ class Chef
#
# ==== Method Arguments:
# Helper methods can also take arguments. The syntax available for
- # argument specification will be dependent on ruby version. Ruby 1.8 only
- # supports a subset of the argument specification syntax available for
- # method definition, whereas 1.9 supports the full syntax.
+ # argument specification supports full syntax available for method
+ # definition.
#
# Continuing the above example of simplifying attribute access, we can
# define a helper to look up app-specific attributes like this: