People wanting to use open-uri were using the record
block instead because they stopped reading once they
saw something that looked like what they should do, when
what they needed was much simpler. This commit reorders
the usage examples to (hopefully) avoid that.
People wanting to use
open-uri
were using therecord
block instead because they stopped reading once they saw something that looked like what they should do, when what they needed was much simpler. This commit reorders the usage examples to (hopefully) avoid that.Closes #22