Libraries
»
craigw-smqueue
(0.2.3)
»
Index
»
SMQueue
»
StdioLineAdapter
»
#put
Method: SMQueue::StdioLineAdapter#put
Defined in:
lib/smqueue/adapters/stdio.rb
#
put
(*args, &block) ⇒
Object
8 9 10
# File 'lib/smqueue/adapters/stdio.rb', line 8
def
put
(
*
args
,
&
block
)
STDOUT
.
puts
*
args
end