require 'drb/drb' 
require 'date'
require './18_19_loading_compatibility'

there = DRbObject.new_with_uri('druby://localhost:12346') 
p there.date.strftime("%Y.%m.%d")