eregon b6506fb4ea use Module#const_get instead of eval
* 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: Adam Vandenberg <flangy@gmail.com>
2011-03-20 19:12:29 -07:00
..
2011-03-19 11:06:51 -07:00
2011-03-12 11:55:03 -08:00
2011-03-12 11:55:06 -08:00
2011-03-12 11:55:03 -08:00
2011-03-18 10:30:26 -07:00
2011-03-14 15:48:35 -07:00
2011-03-12 11:55:12 -08:00
2011-03-18 10:30:26 -07:00
2011-03-15 22:04:13 -07:00
2011-03-15 21:48:24 -07:00