Method: Faststep::Collection#initialize
- Defined in:
- lib/faststep/collection.rb
#initialize(name, db) ⇒ Collection
Returns a new instance of Collection.
5 6 7 8 |
# File 'lib/faststep/collection.rb', line 5 def initialize(name, db) @name = name @db = db end |