Skip to content

Instantly share code, notes, and snippets.

@jscheid
Created September 3, 2014 10:42
Show Gist options
  • Save jscheid/62634d4cff130ce85c7f to your computer and use it in GitHub Desktop.
Save jscheid/62634d4cff130ce85c7f to your computer and use it in GitHub Desktop.
irb(main):003:0> RUBY_VERSION
=> "1.9.3"
irb(main):004:0> RUBY_PATCHLEVEL
=> 545
irb(main):005:0> r, w = IO.pipe 'ASCII-8BIT', 'ASCII-8BIT'
=> [#<IO:fd 13>, #<IO:fd 14>]
irb(main):006:0> w.external_encoding
=> #<Encoding:UTF-8>
irb(main):007:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment