Libraries
»
command_tree
(0.1.4)
»
Index
»
CommandTree
»
Command
»
#execute
Method: CommandTree::Command#execute
Defined in:
lib/command_tree/command.rb
#
execute
⇒
Object
13 14 15 16
# File 'lib/command_tree/command.rb', line 13
def
execute
print_banner
block
.
call
end