minor: GridFileSystem is its own class

This commit is contained in:
Kyle Banker 2010-02-23 17:41:35 -05:00
parent e4f8a61cac
commit c37ee7cd3c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Mongo
# A file store built on the GridFS specification featuring # A file store built on the GridFS specification featuring
# an API and behavior similar to that of a traditional file system. # an API and behavior similar to that of a traditional file system.
class GridFileSystem < Grid class GridFileSystem
# Initialize a new Grid instance, consisting of a MongoDB database # Initialize a new Grid instance, consisting of a MongoDB database
# and a filesystem prefix if not using the default. # and a filesystem prefix if not using the default.