Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 396 Bytes

mruby-stringio

Build Status Build status

io = StringIO.new
io.puts "Hello World"
io.string #=> "Hello World\n"