Skip to content

Instantly share code, notes, and snippets.

@holysugar
Created November 15, 2011 03:35
Show Gist options
  • Save holysugar/1366051 to your computer and use it in GitHub Desktop.
Save holysugar/1366051 to your computer and use it in GitHub Desktop.
reading as binary
ruby-1.9.2-p290 :008 > bytes = open(filename, 'r:binary'){|f| f.read }; nil
=> nil
ruby-1.9.2-p290 :010 > bytes.encoding
=> #<Encoding:ASCII-8BIT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment