# File lib/pry/default_commands/introspection.rb, line 10
      def module?(name)
        self.module_object = Pry::WrappedModule.from_str(name, target)
      end