summaryrefslogtreecommitdiff
path: root/sample/drb/ring_echo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/ring_echo.rb')
-rw-r--r--sample/drb/ring_echo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/drb/ring_echo.rb b/sample/drb/ring_echo.rb
index 0633aa839a..3b743cab8e 100644
--- a/sample/drb/ring_echo.rb
+++ b/sample/drb/ring_echo.rb
@@ -8,7 +8,7 @@ class RingEcho
def initialize(name)
@name = name
end
-
+
def echo(str)
"#{@name}: #{str}"
end