Object
# File drb/extserv.rb, line 49 def initialize(str) @str = str end
# File drb/extserv.rb, line 53 def hello(it) "#{it}: #{self}" end
# File drb/extserv.rb, line 57 def to_s @str end
This page was generated for Ruby 1.9.1
Generated with Ruby-doc Rdoc Generator 0.44.0.