Sha256: ed278704b131bf26052389d688d9f8049098d60a33e545e643b6245c25e289be
Contents?: true
Size: 239 Bytes
Versions: 12
Compression:
Stored size: 239 Bytes
Contents
# -*- encoding: UTF-8 -*- opts.headline 'WORKING DIRECTORY OPTIONS'.green.bold opts.on("--work-dir [PATH]", "Defines and/or creates the working directory. This will override the --no-temp option.") do |value| self.work_dir = value end
Version data entries
12 entries across 12 versions & 1 rubygems