Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Apr 13, 2011
  2. Apr 11, 2011
  3. Apr 10, 2011
  4. Apr 07, 2011
  5. Apr 05, 2011
  6. Apr 04, 2011
  7. Apr 02, 2011
  8. Apr 01, 2011
  9. Mar 30, 2011
  10. Mar 29, 2011
  11. Mar 27, 2011
  12. Mar 26, 2011
  13. Mar 23, 2011
  14. Mar 22, 2011
  15. Mar 21, 2011
    • eregon's avatar
      use Module#const_get instead of eval · b6506fb4
      eregon authored
      
      * may be a problem if the constant is scoped (like A::B), but this is not the case
        (const.split('::').inject(Object) { |c, part| c.const_get part } would solve that)
      * this was noticed in a comment of 9afc85ad but it has disappeared
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      b6506fb4
Loading