Documentation for Ruby exceptions per-method?
Is it just me, or does the Ruby documentation not include which exceptions a method might throw?
In order to find out what ios.write throws when it cannot write to the specified path, I had to break it on purpose and look at the output!
No Comments Yet