Class: Sgl::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/sgl/sgl-client.rb

Class Method Summary collapse

Class Method Details

.main(argv) ⇒ Object



10
11
12
13
14
# File 'lib/sgl/sgl-client.rb', line 10

def self.main(argv)
  uri = ARGV.shift
  there = DRbObject.new_with_uri(uri)
  there.puts('Hello, World.')
end