Method: Emmy::Runner#run_action

Defined in:
lib/emmy/runner.rb

#run_actionObject



113
114
115
116
117
118
119
120
# File 'lib/emmy/runner.rb', line 113

def run_action
  # Bootstrap
  bootstrap! if @action != :display_help
  parse_options!
  # start action
  send(action)
  self
end