The GW provides a synchronized store for participants in the gateway to communicate.
Methods
Included Modules
Class Public methods
new()
Link
Creates a new GW
Source: show
# File lib/drb/gw.rb, line 50 def initialize super() @hash = {} end
Instance Public methods