public
Fork of gitmirror/webistrano
Description: My fork of the Webistrano SVN source mirror.
Homepage: http://labs.peritor.com/webistrano
Clone URL: git://github.com/timshadel/webistrano.git
webistrano / vendor / plugins / rubycas-client / lib / rubycas-client.rb
100644 5 lines (5 sloc) 0.082 kb
1
2
3
4
5
begin
  require 'casclient'
rescue MissingSourceFile
  require 'lib/casclient'
end