diff options
Diffstat (limited to 'lib/coderay/helpers/plugin_host.rb')
-rw-r--r-- | lib/coderay/helpers/plugin_host.rb | 2 |
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) |