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