Top Level Namespace
Defined Under Namespace
Modules: Vidibus Classes: Service
Instance Method Summary collapse
-
#Service(wanted, realm) ⇒ Object
Shorthand for Service.discover.
Instance Method Details
#Service(wanted, realm) ⇒ Object
Shorthand for Service.discover
8 9 10 |
# File 'lib/vidibus/service.rb', line 8 def Service(wanted, realm) Service.discover(wanted, realm) end |