Sha256: 2d09ea7bc2eaa489a50e2ecb90dce17f63efda786289dea146e8ddd4365491dc

Contents?: true

Size: 490 Bytes

Versions: 5

Compression:

Stored size: 490 Bytes

Contents

##########
# -> File: /home/ken/RubymineProjects/site_hook/lib/site_hook/paths.rb
# -> Project: site_hook
# -> Author: Ken Spencer <me@iotaspencer.me>
# -> Last Modified: 1/10/2018 21:23:00
# -> Copyright (c) 2018 Ken Spencer
# -> License: MIT
##########

module SiteHook
  # Paths: Paths to gem resources and things
  class Paths
    def self.config
      Pathname(Dir.home).join('.jph', 'config')
    end

    def self.logs
      Pathname(Dir.home).join('.jph', 'logs')
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
site_hook-0.6.13 lib/site_hook/paths.rb
site_hook-0.6.12 lib/site_hook/paths.rb
site_hook-0.6.11 lib/site_hook/paths.rb
site_hook-0.6.10 lib/site_hook/paths.rb
site_hook-0.6.9 lib/site_hook/paths.rb