# File lib/moped/protocol/query.rb, line 120 def no_timeout=(enable) @flags |= [:no_cursor_timeout] if enable end