Method: UUID.server=
- Defined in:
- lib/uuid.rb
.server=(address) ⇒ Object
Call this to use a UUID Server. Expects address to bind to (SOCKET_NAME is a good default)
145 146 147 |
# File 'lib/uuid.rb', line 145 def self.server=(address) @uuid = Client.new(address) unless Client === @uuid end |