module Memit

Public Class Methods

config_path() click to toggle source
# File lib/memit.rb, line 16
def self.config_path
  @config_path ||= Pathname.new(File.expand_path('~/.memit'))
end
root_path() click to toggle source
# File lib/memit.rb, line 12
def self.root_path
  @root_path ||= Pathname.new(__dir__).parent
end