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
This commit is contained in:
Christopher Piro 2007-06-28 01:09:22 +00:00
parent 82883299ef
commit d795b9d3fd

View File

@ -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