N
Neville Franks
For require "filename" if the filename doesn't include an extension is
rb assumed. I've been unable to find any documentation on this.
Also the Ruby distribution telnet.rb source file includes:
require "socket"
however I'm unable to find any socket.rb file anywhere, only a socket.c
So what does this file refer to?
rb assumed. I've been unable to find any documentation on this.
Also the Ruby distribution telnet.rb source file includes:
require "socket"
however I'm unable to find any socket.rb file anywhere, only a socket.c
So what does this file refer to?