summaryrefslogtreecommitdiff
path: root/sample/drb/darrayc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/darrayc.rb')
-rw-r--r--sample/drb/darrayc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/drb/darrayc.rb b/sample/drb/darrayc.rb
index b181d22699..579e11564e 100644
--- a/sample/drb/darrayc.rb
+++ b/sample/drb/darrayc.rb
@@ -1,6 +1,6 @@
=begin
distributed Ruby --- Array client
- Copyright (c) 1999-2001 Masatoshi SEKI
+ Copyright (c) 1999-2001 Masatoshi SEKI
=end
require 'drb/drb'
@@ -19,7 +19,7 @@ p a
puts "# find"
p ro.find { |x| x.kind_of? String }
-
+
puts "# each, break"
ro.each do |x|
next if x == "five"