diff options
author | gsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 15:09:52 +0000 |
---|---|---|
committer | gsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 15:09:52 +0000 |
commit | ce753d5d2fe2f2df6052bdd154affcca4e1a8830 (patch) | |
tree | e9d64a9c84b8719fabeb22e1ce7c4456180dac45 /lib/drb | |
parent | 32e8e898c1d82c902b4ec743fd969f9fefbd2921 (diff) | |
download | ruby-ce753d5d2fe2f2df6052bdd154affcca4e1a8830.tar.gz ruby-ce753d5d2fe2f2df6052bdd154affcca4e1a8830.tar.xz ruby-ce753d5d2fe2f2df6052bdd154affcca4e1a8830.zip |
* lib/drb/drb.rb: Cosmetic documentation changes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/drb')
-rw-r--r-- | lib/drb/drb.rb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb index 904683445..4613e6062 100644 --- a/lib/drb/drb.rb +++ b/lib/drb/drb.rb @@ -1,14 +1,14 @@ # -# drb/drb.rb -- distributed Ruby --- dRuby 2.0.4 +# = drb/drb.rb # -#-- -# Copyright (c) 1999-2003 Masatoshi SEKI You can redistribute it and/or -# modify it under the same terms as Ruby. -#++ +# Distributed Ruby: _dRuby_ version 2.0.4 # -# Author: Masatoshi SEKI +# Copyright (c) 1999-2003 Masatoshi SEKI. You can redistribute it and/or +# modify it under the same terms as Ruby. # -# Documentation: William Webber (william@williamwebber.com) +# Author:: Masatoshi SEKI +# +# Documentation:: William Webber (william@williamwebber.com) # # == Overview # @@ -136,12 +136,12 @@ require 'drb/eq' # the collected values are finally returned to the local context as # the return value of the method invocation. # -# == Examples of usage. +# == Examples of usage # # For more dRuby samples, see the +samples+ directory in the full # dRuby distribution. # -# === dRuby in client/server mode. +# === dRuby in client/server mode # # This illustrates setting up a simple client-server drb # system. Run the server and client code in different terminals, |