summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@onddo.com>2014-11-27 23:00:56 +0100
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-27 11:59:40 -0800
commitd728f5b8d8179bd81b2ff44ef8ddae89e573bebe (patch)
tree673137cc1791844603f2b41860b9f95bfe7539bc /lib/chef/resource
parent8b4b26b6858e681a6d9d1c65abd7f97f68ee42c1 (diff)
downloadchef-d728f5b8d8179bd81b2ff44ef8ddae89e573bebe.tar.gz
Update some ruby 1.8 related comments (issue #2497)
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: