Revisions

gist: 220150 Download_button fork
public
Public Clone URL: git://gist.github.com/220150.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
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>