From: Max Williams Date: 2009-07-08T20:40:34+09:00 Subject: Re: Symbol#to_proc with arguments Thanks guys. I would automatically shy away from overriding to_proc as it seems like the sort of thing that would slip a timebomb under my app :) I was just wondering if it was possible as is, not because it's soooo much work to write out a proper block, but simply out of curiosity. "No you can't" is a good enough answer for me. 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?". :) thanks again max -- Posted via http://www.ruby-forum.com/.