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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/resource/ruby.rb b/lib/chef/resource/ruby.rb
index 3c3909043d..de1257679d 100644
--- a/lib/chef/resource/ruby.rb
+++ b/lib/chef/resource/ruby.rb
@@ -22,10 +22,6 @@ require 'chef/provider/script'
class Chef
class Resource
class Ruby < Chef::Resource::Script
- def initialize(name, run_context=nil)
- super
- @interpreter = "ruby"
- end
end
end
end