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