Method: Shutwork::Token#storage_dir

Defined in:
lib/shutwork/token.rb

#storage_dirObject



34
35
36
# File 'lib/shutwork/token.rb', line 34

def storage_dir
  Pathname.new("~/.shutwork/token").expand_path
end