Class: Mongoid::Contextual::Aggregable::Commands::Match

Inherits:
Base
  • Object
show all
Defined in:
lib/mongoid/contextual/aggregable/commands/match.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Match

Returns a new instance of Match.



6
7
8
# File 'lib/mongoid/contextual/aggregable/commands/match.rb', line 6

def initialize(*args)
  super('$match', *args)
end