class Velcro::Status::Symlinks

Provide information about the symlinked dotfiles

Public Class Methods

installed?() click to toggle source
# File lib/velcro/status/symlinks.rb, line 17
def self.installed?
  linker = Velcro::Symlinker.new
  linker.symlinks.select{|s| !linker.symlinked?(s) }.empty?
end
print() click to toggle source
print_pair(length, first, second, delim = '') click to toggle source