Class: Ki::UserPrefFile

Inherits:
KiJSONHashFile show all
Defined in:
lib/cmd/user_pref_cmd.rb

Overview

File contains information for user

Constant Summary

Constants inherited from KiJSONHashFile

KiJSONHashFile::CachedData

Instance Method Summary collapse

Methods included from KiEnumerable

#any_matches?, #find_first, #size!, #to_h

Methods inherited from KiJSONFile

#edit_data, #load_data_from_file, load_json, #reset_cached_data, #save, #size

Methods inherited from DirectoryBase

#child, #empty?, #exists?, find!, #go, #init_from_path, #ki_path, #mkdir, #name, #path, #root, #root?

Constructor Details

#initializeUserPrefFile

Returns a new instance of UserPrefFile.



25
26
27
# File 'lib/cmd/user_pref_cmd.rb', line 25

def initialize
  super("ki-user-pref.json")
end