# File lib/pry/commands/help.rb, line 155
    def normalize(key)
      key.downcase.gsub(/pry\W+/, '')
    end