aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/vendor/memcache.rb
blob: 442f50a8172373cdb0da58c85a0f87804f59a15b (plain) (tree)
1
2
3
4
5
6


                    
                                                                                                

       
begin
  require 'memcache'
rescue LoadError
  $:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'memcache-client-1.7.5', 'lib'))
  retry
end