Comment. Removed unneeded require.

This commit is contained in:
Jim Menard 2009-01-14 15:36:17 -05:00
parent 762d29c523
commit abf5b7f8f0
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,7 @@ module XGen
attr_reader :host, :port
# The database's socket. For internal use only.
# The database's socket. For internal (and Cursor) use only.
attr_reader :socket
# db_name :: The database name

View File

@ -14,7 +14,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ++
require 'socket'
require 'mongo/collection'
require 'mongo/message'