5 6 7 8
# File 'lib/vim_bundle/cli.rb', line 5 def execute command = VimBundle.commands.include?(ARGV[0]) ? ARGV[0] : 'help' VimBundle::Commands.send(command) end