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