Missing method Socket::ip_address_list
--------------------------------------

                 Key: JRUBY-5647
                 URL: http://jira.codehaus.org/browse/JRUBY-5647
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.6
         Environment: JRuby 1.6.0 under RVM; 
Java version: 
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
            Reporter: Stephen Eley
            Priority: Minor


JRUBY 1.6.0:
> jruby --1.9 -rsocket -e 'puts Socket.ip_address_list.to_s'

NoMethodError: undefined method `ip_address_list' for Socket:Class
  (root) at -e:1


RUBY 1.9.2:
> ruby -rsocket -e 'puts Socket.ip_address_list.to_s'

[#<Addrinfo: 127.0.0.1>, #<Addrinfo: ::1>, #<Addrinfo: fe80::1%lo0>, 
#<Addrinfo: fd4c:ff64:4060:6fe4:c62c:3ff:fe37:f1af>, #<Addrinfo: 
fe80::6233:4bff:fe25:8724%en1>, #<Addrinfo: 10.0.42.14>, #<Addrinfo: 
fe80::c62c:3ff:fe37:f1af%utun0>, #<Addrinfo: 
fd00:6587:52d7:95:c62c:3ff:fe37:f1af>]



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