| # |
| # Copyright (c) 2006- Facebook |
| # Distributed under the Thrift Software License |
| # |
| # See accompanying file LICENSE or visit the Thrift site at: |
| # http://developers.facebook.com/thrift/ |
| # |
| # Author: Mark Slee <mcslee@facebook.com> |
| # |
| |
| $:.unshift File.dirname(__FILE__) |
| |
| require 'thrift/exceptions' |
| require 'thrift/types' |
| require 'thrift/tprocessor' |
| require 'thrift/thrift_client' |
| require 'thrift/thrift_struct' |
| |
| require 'thrift/protocol/tprotocol' |
| |
| require 'thrift/transport/tsocket' |
| require 'thrift/transport/ttransport' |
| |
| require 'thrift/server/tserver' |
| |
| |
| |
| |