Module: Rbnotes
- Defined in:
- lib/rbnotes.rb,
lib/rbnotes/conf.rb,
lib/rbnotes/error.rb,
lib/rbnotes/utils.rb,
lib/rbnotes/version.rb,
lib/rbnotes/commands.rb,
lib/rbnotes/statistics.rb
Defined Under Namespace
Modules: Commands, ErrMsg Classes: Conf, Error, InvalidTimestampPatternAsDateError, InvalidTimestampPatternError, MissingArgumentError, MissingTimestampError, NoArgumentError, NoConfFileError, NoEditorError, NoTemplateFileError, ProgramAbortError, Statistics, UnknownKeywordError, Utils
Constant Summary collapse
- NAME =
:nodoc:
File.basename($PROGRAM_NAME)
- VERSION =
"0.4.21"- RELEASE =
"2024-11-03"
Class Method Summary collapse
-
.conf(conf_path = nil) ⇒ Object
Gets the instance of Rbnotes::Conf.
-
.utils ⇒ Object
Retrieves the singleton instance of Rbnotes::Utils class.