diff options
author | Jon Leighton <j@jonathanleighton.com> | 2011-07-18 16:06:21 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2011-08-15 12:38:38 +0100 |
commit | 8bba95f293714283f6fc30cb213af54811cccff3 (patch) | |
tree | 57dc3f0455622ae001a45f20e4dbf80cee19c071 /actionpack/test/ts_isolated.rb | |
parent | 6f4b405250157c76fea86c42c8b0854ca4a3c4b8 (diff) | |
download | rails-8bba95f293714283f6fc30cb213af54811cccff3.tar.gz rails-8bba95f293714283f6fc30cb213af54811cccff3.tar.bz2 rails-8bba95f293714283f6fc30cb213af54811cccff3.zip |
Just do the method call directly in Module#delegate, if we can (we cannot for method names ending in '='). Two reasons: 1) it's faster, see https://gist.github.com/1089783 and 2) more importantly, delegate should not allow you to accidentally call private or protected methods.
Diffstat (limited to 'actionpack/test/ts_isolated.rb')
0 files changed, 0 insertions, 0 deletions