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!
John Joseph Bachir’s blog
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!