Class: Druby

Inherits:
Object show all
Defined in:
lib/druby_erb.rb

Overview

Druby Class

Instance Method Summary collapse

Instance Method Details

#mainObject



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