Method: Mongo::Operation::Specifiable#initialize
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#initialize(spec) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Create the new specifiable operation.
305 306 307 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 305 def initialize(spec) @spec = spec end |