From 76ef0f0b928f49b70710a541a11c99956b86e0c3 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Tue, 22 Oct 2013 03:16:38 +0200 Subject: cleanup --- lib/coderay/helpers/plugin_host.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/coderay/helpers/plugin_host.rb b/lib/coderay/helpers/plugin_host.rb index b0b3aef..e9bc17c 100644 --- a/lib/coderay/helpers/plugin_host.rb +++ b/lib/coderay/helpers/plugin_host.rb @@ -47,8 +47,6 @@ module CodeRay # Example: # yaml_plugin = MyPluginHost[:yaml] def [] id, *args, &blk - # const = id.to_s.titleize - # const_get const plugin = validate_id(id) begin plugin = plugin_hash.[](plugin, *args, &blk) -- cgit v1.2.1