Method: Aruba::Platforms::UnixPlatform#current_ruby

Defined in:
lib/aruba/platforms/unix_platform.rb

#current_rubyObject



97
98
99
# File 'lib/aruba/platforms/unix_platform.rb', line 97

def current_ruby
  ::File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
end