lib/boxafe/config.rb in boxafe-0.1.4 vs lib/boxafe/config.rb in boxafe-0.1.5
- old
+ new
@@ -1,8 +1,9 @@
# encoding: UTF-8
class Boxafe::Config
# TODO: document unmount_delay
+ # TODO: add option to chdir, boxes relative to home dir by default
OPTION_KEYS = [ :encfs, :umount, :umount_delay, :notify ]
attr_reader :boxes, :options
def initialize options = {}