Method: Work::DotFile.locate

Defined in:
lib/work/dotfile.rb

.locateObject



9
10
11
# File 'lib/work/dotfile.rb', line 9

def self.locate
  @dotfile ||= self.new File.expand_path(File.join('~', '.work'))
end