lib/tap/file_task.rb in bahuvrihi-tap-0.10.8 vs lib/tap/file_task.rb in bahuvrihi-tap-0.11.0
- old
+ new
@@ -44,10 +44,10 @@
# end
#
class FileTask < Task
include Tap::Support::ShellUtils
- # A hash of backup (source, target) pairs, such that the
+ # A hash of backup [source, target] pairs, such that the
# backed-up files are backed_up_files.keys and the actual
# backup files are backed_up_files.values. All filepaths
# in backed_up_files should be expanded.
attr_reader :backed_up_files