class RBT::RemoveAllSymlinks
Public Class Methods
new( optional_commandline_arguments = nil, run_already = true )
click to toggle source
Public Instance Methods
check_commandline()
click to toggle source
from_here?()
click to toggle source
#¶ ↑
from_here?¶ ↑
#¶ ↑
# File lib/rbt/utility_scripts/remove_all_symlinks.rb, line 122 def from_here? @from_here end
Also aliased as: from_where?
get_all_entries( from_where = from_here? )
click to toggle source
notify_the_user_what_we_will_do_next()
click to toggle source
remove_current_symlinks()
click to toggle source
remove_symlinks_in_main_paths()
click to toggle source
reset()
click to toggle source
#¶ ↑
reset (reset tag)¶ ↑
#¶ ↑
Calls superclass method
RBT::LeanPrototype#reset
# File lib/rbt/utility_scripts/remove_all_symlinks.rb, line 47 def reset super() infer_the_namespace # ======================================================================= # # === @from_here # # We default to /Programs, or whatever other value is stored there. # This variable keeps track of that. # ======================================================================= # @from_here = programs_directory? end
run()
click to toggle source