diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-02 09:30:08 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-02 09:30:08 +0000 |
commit | a6b1cf368b1d6ab8b66a69eb63560a898b224d7e (patch) | |
tree | 99869ec09c4982f49531a34114461a02259571ea /setup.rb | |
parent | d73581c3424176cd83e58e8e8fdceea528b172f7 (diff) |
plugins.rb: set up fast delegation hash
Delegating a message requires checking if each of the loaded plugins
responds to a given method. This can be time consuming when many
plugins are loaded.
We set up a hash that maps each commonly delegated method to the list of
plugins that respond to it.
Diffstat (limited to 'setup.rb')
0 files changed, 0 insertions, 0 deletions