Libraries
»
cline
(1.0.1)
»
Index
»
Cline
»
stdout
Method: Cline.stdout
Defined in:
lib/cline.rb
.
stdout
⇒
Object
50 51 52
# File 'lib/cline.rb', line 50
def
stdout
Thread
.
current
[
:stdout
]
||
$stdout
end