require 'socket'
host = Socket.gethostname
もしくは
host = `hostname`.strip
Go to list of users who liked
More than 5 years have passed since last update.
require 'socket'
host = Socket.gethostname
もしくは
host = `hostname`.strip
Register as a new user and use Qiita more conveniently
Go to list of users who liked