On Thu, 11 Dec 2003 22:13:10 +0900 "James F. Hranicky" <jfh / cise.ufl.edu> wrote: > /* > * Open a UNIX domain socket, e.g.: > * > * s = UNIXServer.open("/tmp/sock") > * > * UNIXServer.open("/tmp/sock") { |s| n = s.accept; n.puts("you connected!") } > */ > > but as there is no corresponding rb_define_method() entry for UNIXServer.open, > it doesn't show up. > > Any pointers on where this should go? *smack* duhhh... This, and the doc for UNIXServer.new, should go in the initialize doc, right? Jim