runixo (Martin Sarsale)
- Login: runixo
- Email: martin@malditainternet.com
- Registered on: 06/05/2014
- Last sign in: 06/05/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/05/2014
-
03:35 PM Ruby Bug #9906 (Rejected): duplicated require of '.so' files?
- Dear all,
We are trying to get rid of autoload;
We could require everything in the first line of the file but instead we
prefer to require only what we need, when we need it.
So, instead of
require "digest/md5"
def foo(n)
...