We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91c9c6 commit 76ef0f0Copy full SHA for 76ef0f0
lib/coderay/helpers/plugin_host.rb
@@ -47,8 +47,6 @@ def load_all
47
# Example:
48
# yaml_plugin = MyPluginHost[:yaml]
49
def [] id, *args, &blk
50
- # const = id.to_s.titleize
51
- # const_get const
52
plugin = validate_id(id)
53
begin
54
plugin = plugin_hash.[](plugin, *args, &blk)
0 commit comments