Method: Coherent::Environment#best_install_method
- Defined in:
- lib/plugin/environment.rb
#best_install_method ⇒ Object
63 64 65 66 67 68 69 70 |
# File 'lib/plugin/environment.rb', line 63 def best_install_method return :http unless use_svn? case when use_externals? then :externals when use_checkout? then :checkout else :export end end |