Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 223 Bytes

mruby-stringio

CI

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