commit | d795b9d3fdd78c9ec22e8487af9b52087853c085 | [log] [tgz] |
---|---|---|
author | Christopher Piro <cpiro@apache.org> | 周四 6月 28 01:09:22 2007 +0000 |
committer | Christopher Piro <cpiro@apache.org> | 周四 6月 28 01:09:22 2007 +0000 |
tree | f1e6a886085e86a4b8ff7bde87a30e809565ebf6 | |
parent | 82883299ef730cd2badf11ba4225de47709392e1 [diff] |
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 ea39e15..60d019f 100755 --- a/tutorial/rb/RubyServer.rb +++ b/tutorial/rb/RubyServer.rb
@@ -42,7 +42,7 @@ end val = work.num1 / work.num2 else - x = InvalidOperation() + x = InvalidOperation.new() x.what = work.op x.why = "Invalid operation" raise x