Class: DRb::GW
- Inherits:
-
Object
- Object
- DRb::GW
- Includes:
- MonitorMixin
- Defined in:
- lib/drb/gw.rb
Instance Method Summary (collapse)
- - (Object) [](key)
- - (Object) []=(key, v)
-
- (GW) initialize
constructor
A new instance of GW.
Methods included from MonitorMixin
extend_object, #mon_enter, #mon_exit, #mon_synchronize, #mon_try_enter, #new_cond
Constructor Details
- (GW) initialize
A new instance of GW
16 17 18 19 |
# File 'lib/drb/gw.rb', line 16 def initialize super() @hash = {} end |