commit | b7b8af9e61991101f3a944032206f5add7d0649d | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Tue May 05 18:59:49 2009 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Tue May 05 18:59:49 2009 +0000 |
tree | 9590836efc97343e0a5602a4da0a584dfb9a2ca5 | |
parent | 1cc7a1369ee6c6b1bcdcf8f7ef7845e5c4ad1205 [diff] [blame] |
THRIFT-486. rb: ruby tutorial needs updated require statements Fixed. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@771969 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorial/rb/RubyServer.rb b/tutorial/rb/RubyServer.rb index 89eb373..30aa7f2 100755 --- a/tutorial/rb/RubyServer.rb +++ b/tutorial/rb/RubyServer.rb
@@ -24,7 +24,7 @@ require 'thrift' -require 'Calculator' +require 'calculator' require 'shared_types' class CalculatorHandler