UNIXSocket not available on JRuby
---------------------------------

                 Key: JRUBY-1272
                 URL: http://jira.codehaus.org/browse/JRUBY-1272
             Project: JRuby
          Issue Type: New Feature
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.0
         Environment: OSX
            Reporter: Jonathan Bartlett


JRuby does not implement UNIXSocket in its socket library.  This is probably 
due to Java, but it is annoying nonetheless.

Quick testcase:

Regular irb:
require "socket"
UNIXSocket 

(the above returns the UNIXSocket class)

jirb:
require "socket"
UNIXSocket

(the above yields "NameError: uninitialized constant UNIXSocket")

-- 
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

Reply via email to