module Gaman::FileHelper

Public Instance Methods

ssh_path() click to toggle source
# File lib/gaman/file_helper.rb, line 3
def ssh_path
  "#{Dir.home}/.ssh"
end