# File lib/moped/protocol/get_more.rb, line 117 def log_inspect type = "GET_MORE" "%-12s database=%s collection=%s limit=%s cursor_id=%s" % [type, database, collection, limit, cursor_id] end