Sha256: 09d6dfa6f43cb12e866807919a61cb4f3106239794c44de53e89ca403ca6ebbf
Contents?: true
Size: 445 Bytes
Versions: 13
Compression:
Stored size: 445 Bytes
Contents
module Bowline module Desktop module Host ## # :singleton-method: ip # Returns the computer's local IP address ## # :singleton-method: public_ip # Returns the computer's network IP address. # This method doesn't return the computer's Internet IP, # for that you need a remote server. ## # :singleton-method: host_name # Returns the computer's host name end end end
Version data entries
13 entries across 13 versions & 1 rubygems