# File lib/pry/default_commands/introspection.rb, line 99
        def process_module
          if opts.present?(:all)
            all_modules
          else
            normal_module
          end
        end