Method: Ambient::PlistHelper#add_entry

Defined in:
lib/ambient/plist_helper.rb

#add_entry(key, value) ⇒ Object



9
10
11
12
13
# File 'lib/ambient/plist_helper.rb', line 9

def add_entry(key, value)
  plist_as_dictionary[key] = value
  puts "applying to plist: #{path} #{key}"
  save
end