Module: Net::DartmouthDND

Defined in:
lib/net/dnd.rb

Overview

Convenience modules and start methods for the three most commonly accessed DND hosts. Basically, so you don’t need to remeber the exact host name, as long as you know which version of the start method to call for the DND server to which you want to send finds.

Constant Summary collapse

HOST =
'dnd.dartmouth.edu'

Class Method Summary collapse

Class Method Details

.start(fields = [], &block) ⇒ Object



59
60
61
# File 'lib/net/dnd.rb', line 59

def self.start(fields=[], &block)
  DND.start(HOST, fields, &block)
end