Top Level Namespace
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
-
#i ⇒ Object
at this point, for compatibility with older hook stuff, we set the pathname directly on the issues.
Methods included from Trollop
Methods included from Lowline
#ask, #ask_for_many, #ask_for_selection, #ask_multiline, #ask_via_editor, #ask_yon, #run_editor
Instance Method Details
#i ⇒ Object
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) } |