require 'erb' require 'drb/drb' erb_src = < <% there.to_a.each do |k, v| %>
  • <%= k %>: <%= v %>
  • <% end %> EOS DRb.start_service there = DRbObject.new_with_uri('druby://localhost:12345') ERB.new(erb_src).run