From: Christopher Piro Date: Thu, 28 Jun 2007 01:09:22 +0000 (+0000) Subject: typo in tutorial/rb/RubyServer.rb X-Git-Tag: 0.2.0~1327 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d795b9d3fdd78c9ec22e8487af9b52087853c085;p=common%2Fthrift.git typo in tutorial/rb/RubyServer.rb Reviewed By: mcslee Test Plan: Revert Plan: git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665145 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/tutorial/rb/RubyServer.rb b/tutorial/rb/RubyServer.rb index ea39e15d..60d019f4 100755 --- a/tutorial/rb/RubyServer.rb +++ b/tutorial/rb/RubyServer.rb @@ -42,7 +42,7 @@ class CalculatorHandler end val = work.num1 / work.num2 else - x = InvalidOperation() + x = InvalidOperation.new() x.what = work.op x.why = "Invalid operation" raise x