Module: HubSsoLib::Server

Defined in:
lib/hub_sso_lib.rb

Overview

Module: Server # (C) Hipposoft 2006 # # Purpose: DRb server to provide shared data across applications. # Thanks to RubyPanther, rubyonrails IRC, for suggesting # this after a cookie-based scheme failed. # # Include the module then call hubssolib_launch_server. The # call will not return as the server runs indefinitely. # # Author: A.D.Hodgkinson # # History: 26-Oct-2006 (ADH): Created. #

Defined Under Namespace

Classes: Runner

Instance Method Summary collapse

Instance Method Details

#hubssolib_launch_serverObject



858
859
860
# File 'lib/hub_sso_lib.rb', line 858

def hubssolib_launch_server
  ::HubSsoLib::Server::Runner.run
end