summaryrefslogtreecommitdiff
path: root/sample/drb/speedc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/speedc.rb')
-rw-r--r--sample/drb/speedc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/drb/speedc.rb b/sample/drb/speedc.rb
index 14d526d48d..64b8a65021 100644
--- a/sample/drb/speedc.rb
+++ b/sample/drb/speedc.rb
@@ -11,7 +11,7 @@ when /^tcpromp:/, /^unixromp:/
foo = client.resolve("foo")
when /^druby:/
require 'drb/drb'
-
+
DRb.start_service
foo = DRbObject.new(nil, uri)
end