Method: Moped::Protocol::Update#log_inspect
- Defined in:
- lib/moped/protocol/update.rb
#log_inspect ⇒ Object
100 101 102 103 104 105 106 107 |
# File 'lib/moped/protocol/update.rb', line 100 def log_inspect type = "UPDATE" "%-12s database=%s collection=%s selector=%s update=%s flags=%s" % [type, database, collection, selector.inspect, update.inspect, flags.inspect] end |