Socket.listen not defined on Socket (but only subclasses)
---------------------------------------------------------
Key: JRUBY-5613
URL: http://jira.codehaus.org/browse/JRUBY-5613
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6
Reporter: Thomas E Enebo
Fix For: JRuby 1.6.1
https://github.com/sproutcore/abbot/issues#issue/11
Reduced case:
{noformat}
ruby -rsocket -e "puts Socket.allocate.method(:listen)"
{noformat}
We only define listen on the subclasses of Socket which can actually use
listen, but since there is live production code which does this, we can
certainly move listen up to Socket and likely throw an appropriate error when
listen does not apply.
--
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