Skip to content

Commit 76ef0f0

Browse files
committed
cleanup
1 parent d91c9c6 commit 76ef0f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/coderay/helpers/plugin_host.rb

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def load_all
4747
# Example:
4848
# yaml_plugin = MyPluginHost[:yaml]
4949
def [] id, *args, &blk
50-
# const = id.to_s.titleize
51-
# const_get const
5250
plugin = validate_id(id)
5351
begin
5452
plugin = plugin_hash.[](plugin, *args, &blk)

0 commit comments

Comments
 (0)