Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created October 28, 2009 01:34
Show Gist options
  • Save smtlaissezfaire/220150 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/220150 to your computer and use it in GitHub Desktop.
File.open "f>> File.open "foo", "b"
ArgumentError: illegal access mode b
from (irb):1:in `initialize'
from (irb):1:in `open'
from (irb):1
>> File.open "foo", "wb"
=> #<File:foo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment