require 'drb'

DRb.start_service()
drb = DRbObject.new(nil, 'druby://localhost:9000')
puts drb.foo


