class RBT::CompileIntoHomeDirWithoutSymlinking
Public Class Methods
[](i = '')
click to toggle source
Public Instance Methods
compile_which_programs?()
click to toggle source
#¶ ↑
compile_which_programs?¶ ↑
#¶ ↑
# File lib/rbt/utility_scripts/compile_into_home_dir_without_symlinking.rb, line 57 def compile_which_programs? @compile_these_programs end
Also aliased as: input?
reset()
click to toggle source
run()
click to toggle source
#¶ ↑
run (run tag)¶ ↑
#¶ ↑
# File lib/rbt/utility_scripts/compile_into_home_dir_without_symlinking.rb, line 64 def run # ======================================================================= # # Instantiate our compile-object next: # ======================================================================= # CompileIntoHomeDir.new(compile_which_programs?) { :without_symlinking } end