ruby-ezmlm/experiments/announcepost.rb
2008-08-06 17:24:00 +00:00

6 lines
134 B
Ruby

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