summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ruby.rb')
-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 0a7bec90a2..91805a1db6 100644
--- a/lib/chef/resource/ruby.rb
+++ b/lib/chef/resource/ruby.rb
@@ -22,7 +22,7 @@ require "chef/provider/script"
class Chef
class Resource
class Ruby < Chef::Resource::Script
- def initialize(name, run_context=nil)
+ def initialize(name, run_context = nil)
super
@interpreter = "ruby"
end