This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Tarmo Tänav (author)
Mon Jul 14 18:23:23 -0700 2008
commit 911c2c381347ffb04615896ee6afe45277eeb103
tree 999da917148986101f8063b9109275535e138563
parent 001c8beb4d0999a858a8b52ad511ee1251cc3517
tree 999da917148986101f8063b9109275535e138563
parent 001c8beb4d0999a858a8b52ad511ee1251cc3517
... |
... |
|












If the goal is performance, you could eliminate the Regexp all together:
if method.to_s[0, 12] == '_unmemoized_'send(method[12, m.length]).freezeendIt’d make a much bigger difference then changing ^ to \A.
Err,
m.lengthshould have beenmethod.length.Whip that up and pull request me