Druby Class
35 36 37 38 39 40
# File 'lib/druby_erb.rb', line 35 def main DRb.start_service there = DRbObject.new_with_uri('druby://localhost:8888') writer = Remindar.new(there) there.puts(writer.to_html) end