Methods
- N
Included Modules
Class Public methods
new(v, name)
Link
Source: show
# File sample/drb/name.rb, line 76 def initialize(v, name) @counter = v @mutex = Mutex.new self.drb_name = name end
Instance Public methods