require 'drb/drb' # (1) uri = ARGV.shift there = DRbObject.new_with_uri(uri) # (2) there.puts('Hello, World.') # (3)