summaryrefslogtreecommitdiff
path: root/sample/drb/dchatc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/dchatc.rb')
-rw-r--r--sample/drb/dchatc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/drb/dchatc.rb b/sample/drb/dchatc.rb
index b506f5bbba..2b8ddbf4cc 100644
--- a/sample/drb/dchatc.rb
+++ b/sample/drb/dchatc.rb
@@ -1,12 +1,12 @@
=begin
distributed Ruby --- chat client
- Copyright (c) 1999-2000 Masatoshi SEKI
+ Copyright (c) 1999-2000 Masatoshi SEKI
=end
require 'drb/drb'
class ChatClient
- include DRbUndumped
+ include DRbUndumped
def initialize(name)
@name = name