summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-10-22 03:16:38 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-10-22 03:16:38 +0200
commit76ef0f0b928f49b70710a541a11c99956b86e0c3 (patch)
tree73838225ae91a73c14c1e4273924b0e881d0f53c
parentd91c9c6bd5cad4f57e2229638a23a8ecb8ce12af (diff)
downloadcoderay-76ef0f0b928f49b70710a541a11c99956b86e0c3.tar.gz
cleanup
-rw-r--r--lib/coderay/helpers/plugin_host.rb2
1 files changed, 0 insertions, 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)