Sha256: 604911bd16d7d61b4c63be18e85c227ea6aad90002670584f9d0d66b07298a32

Contents?: true

Size: 137 Bytes

Versions: 1

Compression:

Stored size: 137 Bytes

Contents

require 'fileutils'

module Noty
  STORAGE_PATH = File.expand_path(ENV['NOTES_PATH'] || '~/.notes')
  FileUtils.mkdir_p STORAGE_PATH
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noty-0.1.1 lib/noty/storage.rb