Class: Which::Ruby
Class Method Summary collapse
Methods inherited from Base
exe, exist?, find, find_all, glob
Class Method Details
.executables ⇒ Object
38 39 40 |
# File 'lib/pik/which.rb', line 38 def self.executables ['ruby.exe', 'ir.exe', 'jruby.exe', 'jruby.bat'] end |