class RailsEnvironment
def best_install_method
def best_install_method return :http unless use_svn? case when use_externals? then :externals when use_checkout? then :checkout else :export end end
def best_install_method return :http unless use_svn? case when use_externals? then :externals when use_checkout? then :checkout else :export end end