Class: KRL_CMD::Note
- Inherits:
-
Object
- Object
- KRL_CMD::Note
- Defined in:
- lib/note.rb
Class Method Summary collapse
Class Method Details
.go(options) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/note.rb', line 3 def self.go() app = KRL_COMMON::get_app version = ["version"] ? ["version"] : app.version note = ["note"] app.set_version_note(version, note) puts "Done." end |