# File lib/pry/default_commands/help.rb, line 32 def process if args.empty? display_index(command_groups) else display_search(args.first) end end