IO#inspect in 1.9 could be prettier
-----------------------------------

                 Key: JRUBY-6212
                 URL: https://jira.codehaus.org/browse/JRUBY-6212
             Project: JRuby
          Issue Type: Improvement
          Components: Ruby 1.9.3
         Environment: jruby 1.6.5 (ruby-1.9.2-p136) (2011-10-25 9dcd388) (Java 
HotSpot(TM) Client VM 1.6.0_26) [Windows
XP-x86-java]
            Reporter: Roger Pack
            Assignee: Thomas E Enebo


MRI 1.9.2:
> IO.popen("D:\\installs\\ruby-1.9.2-p180-i386-mingw32\\bin\\ruby.exe -e sleep")
=> #<IO:fd 3>

in jruby 1.9:
IO.popen("D:\\installs\\ruby-1.9.2-p180-i386-mingw32\\bin\\ruby.exe -e sleep")
=> #<IO:0x1b67d6a>

Thanks!

--
This message is automatically generated by JIRA.
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


Reply via email to