require 'drb/drb' require 'date' there = DRbObject.new_with_uri('druby://localhost:12346') there.puts('Hello, World.') there.put_date there.date = Date.new(2010,5,2) there.put_date