Class: Humanoid::Commands::Delete
- Extended by:
- Deletion
- Defined in:
- lib/humanoid/commands/delete.rb
Class Method Summary collapse
-
.execute(doc) ⇒ Object
Performs a delete of the supplied
Document
without any callbacks.
Methods included from Deletion
Class Method Details
.execute(doc) ⇒ Object
Performs a delete of the supplied Document
without any callbacks.
Options:
doc: A new Document
that is going to be deleted.
11 12 13 |
# File 'lib/humanoid/commands/delete.rb', line 11 def self.execute(doc) delete(doc) end |