Top Level Namespace

Includes:
Lowline, Trollop, WEBrick

Defined Under Namespace

Modules: DitzStr, Enumerable, Lowline, Trollop Classes: Array, NilClass, Numeric, Object, String, Time

Constant Summary collapse

CONFIG_FN =
".ditz-config"
PLUGIN_FN =
".ditz-plugins"

Constants included from Trollop

Trollop::FLOAT_RE, Trollop::PARAM_RE, Trollop::VERSION

Instance Method Summary collapse

Methods included from Trollop

die, options

Methods included from Lowline

#ask, #ask_for_many, #ask_for_selection, #ask_multiline, #ask_via_editor, #ask_yon, #run_editor

Instance Method Details

#iObject

at this point, for compatibility with older hook stuff, we set the pathname directly on the issues.



156
# File 'bin/ditz-str', line 156

project.issues.each { |i| i.pathname = storage.filename_for_issue(i) }