From: Andrew Wagner Date: 2010-08-28T00:24:11+09:00 Subject: Avoiding eval --0016e6d50b429c9f42048ecfb4d9 Content-Type: text/plain; charset=UTF-8 Hey all, If I have a string like "Math", I know I can use const_get to turn it into an instance of Class. Awesome. But what if I have something like "Math::PI". Am I stuck using eval to resolve that? --0016e6d50b429c9f42048ecfb4d9--