Class: PoiseRuby::RubyProviders::Scl

Inherits:
Base
  • Object
show all
Includes:
PoiseLanguages::Scl::Mixin
Defined in:
lib/poise_ruby/ruby_providers/scl.rb

Overview

Since:

  • 2.0.0

Instance Method Summary collapse

Instance Method Details

#ruby_binaryObject

Since:

  • 2.0.0



35
36
37
# File 'lib/poise_ruby/ruby_providers/scl.rb', line 35

def ruby_binary
  ::File.join(scl_folder, 'root', 'usr', 'bin', 'ruby')
end

#ruby_environmentObject

Since:

  • 2.0.0



39
40
41
# File 'lib/poise_ruby/ruby_providers/scl.rb', line 39

def ruby_environment
  scl_environment
end