Top Level Namespace
Defined Under Namespace
Modules: Vpim Classes: CalendarsServlet, Date, DateGen, IcalIcsServlet, IcalTodoRssServlet, Time, VcfBdayIcsServlet, VpimServlet
Instance Method Summary collapse
Instance Method Details
#register(name, path, protocol = 'http') ⇒ Object
43 44 45 46 47 48 49 |
# File 'lib/vpim/agent/main.rb', line 43 def register(name, path, protocol = 'http') # $services << DNSSD.register(name, '_http._tcp', 'local', $port, 'path' => path ) puts "register #{name.inspect} on path #{path.inspect} with #{protocol}" $stuff << [name, path, protocol] end |