Method: CommandTree::Command#execute

Defined in:
lib/command_tree/command.rb

#executeObject



13
14
15
16
# File 'lib/command_tree/command.rb', line 13

def execute
  print_banner
  block.call
end