class PoiseRuby::RubyProviders::Scl

Public Instance Methods

ruby_binary() click to toggle source
# File lib/poise_ruby/ruby_providers/scl.rb, line 35
def ruby_binary
  ::File.join(scl_folder, 'root', 'usr', 'bin', 'ruby')
end
ruby_environment() click to toggle source
# File lib/poise_ruby/ruby_providers/scl.rb, line 39
def ruby_environment
  scl_environment
end

Private Instance Methods

install_ruby() click to toggle source
# File lib/poise_ruby/ruby_providers/scl.rb, line 45
def install_ruby
  install_scl_package
end
uninstall_ruby() click to toggle source
# File lib/poise_ruby/ruby_providers/scl.rb, line 49
def uninstall_ruby
  uninstall_scl_package
end