Method: Processing::Runner#execute
- Defined in:
- lib/picrate/runner.rb
#execute ⇒ Object
Dispatch central.
23 24 25 26 27 28 |
# File 'lib/picrate/runner.rb', line 23 def execute ('-h') if .empty? show_version if [:version] create if [:create] install(filename) if [:install] end |