Libraries
»
que
(2.2.1)
»
Index
»
Que
»
ResultQueue
»
#clear
Method: Que::ResultQueue#clear
Defined in:
lib/que/result_queue.rb
#
clear
⇒
Object
17 18 19
# File 'lib/que/result_queue.rb', line 17
def
clear
sync
{
@array
.
pop
(
@array
.
size
)
}
end