Method: RMIRegistry#start

Defined in:
lib/rmi.rb

#start(port) ⇒ Object



12
13
14
15
# File 'lib/rmi.rb', line 12

def start(port)
  @registry = LocateRegistry.createRegistry port

end