class Passpit::Config

Public Class Methods

pit_path() click to toggle source
# File lib/passpit/config.rb, line 4
def pit_path
  File.join(Dir.home, 'passpit.yml')
end