Class: KRL_CMD::Show
- Inherits:
-
Object
- Object
- KRL_CMD::Show
- Defined in:
- lib/show.rb
Class Method Summary collapse
Class Method Details
.go(options) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/show.rb', line 3 def self.go() version = ["version"] app = KRL_COMMON::get_app puts "KRL for version #{version}" puts app.krl(version) end |