Libraries
»
babel_bridge
(0.5.5)
»
Index
»
BabelBridge
»
Shell
»
#puts
Method: BabelBridge::Shell#puts
Defined in:
lib/babel_bridge/shell.rb
#
puts
(str) ⇒
Object
31 32 33
# File 'lib/babel_bridge/shell.rb', line 31
def
puts
(
str
)
@stdout
.
puts
str
end