Proc#to_s should display the position info for the block
--------------------------------------------------------
Key: JRUBY-1415
URL: http://jira.codehaus.org/browse/JRUBY-1415
Project: JRuby
Issue Type: Bug
Reporter: Charles Oliver Nutter
Assignee: Thomas E Enebo
Fix For: JRuby 1.1.0
{noformat}
~/NetBeansProjects/jruby $ ruby -e "p = Proc.new {}; puts p"
#<Proc:[EMAIL PROTECTED]:1>
~/NetBeansProjects/jruby $ jruby -e "p = Proc.new {}; puts p"
#<Proc:0x565a99>
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email