Method: Emmy::Runner#run_action
- Defined in:
- lib/emmy/runner.rb
#run_action ⇒ Object
113 114 115 116 117 118 119 120 |
# File 'lib/emmy/runner.rb', line 113 def run_action # Bootstrap bootstrap! if @action != :display_help # start action send(action) self end |