class Softcover::Config

Public Class Methods

path() click to toggle source
# File lib/softcover/config.rb, line 58
def self.path
  File.exists?(".softcover") ? ".softcover" : "~/.softcover"
end