# File lib/moped/node.rb, line 474 def remove(database, collection, selector, concern, options = {}) write(Protocol::Delete.new(database, collection, selector, options), concern) end