experiments/announcepost.rb
author Michael Granger <mgranger@laika.com>
Wed, 06 Aug 2008 17:38:56 +0000
changeset 8 308f7dc97753
parent 6 66beb495a861
permissions -rw-r--r--
Trying to fix the build again.

require 'drb'
DRb.start_service
lists = DRbObject.new( nil, 'druby://localhost:32315' )
l = lists.get_list( 'announce' )
l.last_post