Upgrade to JRuby 1.1.3 for the scripting side of things.
| symbol.rb |
|---|
class Symbol
def to_proc
proc { |*args| args.shift.__send__(self, *args) }
end
end
Check out the code: svn co jbidwatcher/trunk/lib/ruby/site_ruby/1.8/builtin/core_ext/symbol.rb
