Module: GNote
- Defined in:
- lib/gnote.rb,
lib/gnote/ui.rb,
lib/gnote/cli.rb,
lib/gnote/tags.rb,
lib/gnote/version.rb
Defined Under Namespace
Constant Summary collapse
- DEBUG =
true
- Error =
Class.new Exception
- EFatal =
Class.new Exception
- Rc =
Optimism.require "gnote/rc", "~/.gnoterc"
- VERSION =
"0.0.1"
Class Attribute Summary collapse
-
.ui ⇒ Object
Returns the value of attribute ui.
Class Attribute Details
.ui ⇒ Object
Returns the value of attribute ui.
21 22 23 |
# File 'lib/gnote.rb', line 21 def ui @ui end |