Returns a new instance of Dots.
12 13 14 15 16 17
# File 'lib/cejo/ops/dots.rb', line 12 def initialize(utils, root) @utils = utils @root = Pathname.new root if root @home = Pathname.new Dir.home @target_link = {} end