Class: Kompo::RubyBuildPath

Inherits:
Taski::Section
  • Object
show all
Defined in:
lib/kompo/tasks/ruby_build_path.rb

Overview

Section to get the ruby-build path. Switches implementation based on whether ruby-build is already installed.

Defined Under Namespace

Classes: Install, Installed

Instance Method Summary collapse

Instance Method Details

#implObject



11
12
13
# File 'lib/kompo/tasks/ruby_build_path.rb', line 11

def impl
  ruby_build_installed? ? Installed : Install
end