# File lib/pry/command.rb, line 89
      def hooks
        @hooks ||= {:before => [], :after => []}
      end