Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active September 13, 2016 02:08
Show Gist options
  • Save kjunichi/ec48ff340d7cd629ed202c780b7c9d37 to your computer and use it in GitHub Desktop.
Save kjunichi/ec48ff340d7cd629ed202c780b7c9d37 to your computer and use it in GitHub Desktop.
2016/8/19
conf.gem :github => 'kjunichi/mruby-io', :branch => 'add-close_write'
cat close_write.rb 
io = IO.popen("od -cx", "r+")
io.write 'hoge \t fugo!'
io.close_write
puts io.read

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment