avatar

566

Upgrade to JRuby 1.1.3 for the scripting side of things. by mrs, 23 Jul, 2008 08:53 PM
Diff this changeset:
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