From: James Coglan Date: 2009-07-08T20:43:09+09:00 Subject: Re: Symbol#to_proc with arguments --001636c5b52bd2b350046e303df1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > What got me wondering actually was using a Ramaze based framework and > missing lots of nice ways that rails extends the core ruby classes (with > Symbol#to_proc being an example). Is it easy to just require all of > these gems/modules and get the same stuff back? I guess i should answer > my own question by just trying it, so feel free to just say "why not try > it and see?". :) require 'active_support' --001636c5b52bd2b350046e303df1--