Methods
Included Modules
Attributes
| [RW] | name | |
| [R] | there |
Class Public methods
new(server, there)
Link
Source: show
# File sample/drb/dchats.rb, line 11 def initialize(server, there) @server = server @there = there @name = there.name @key = there.key = Time.now end
Instance Public methods