summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/template.rb')
-rw-r--r--lib/chef/mixin/template.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/mixin/template.rb b/lib/chef/mixin/template.rb
index e2ea6a3d11..f3980922a1 100644
--- a/lib/chef/mixin/template.rb
+++ b/lib/chef/mixin/template.rb
@@ -34,12 +34,6 @@ class Chef
final_tempfile
end
- # Render a string with Erubis. Takes a string and a context hash.
- def render_string(string, context)
- eruby = Erubis::Eruby.new(string)
- output = eruby.evaluate(context)
- end
-
end
end
end