Method: Aruba::Platforms::UnixPlatform#current_ruby

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

#current_rubyObject



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

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