jeremyevans0 (Jeremy Evans) wrote: > tonytonyjan (Wei-Hang Jian) wrote: > ... Hi Jeremy, thank you for the reference, I didn't know that thread before (It seems like there has not been a conclusion yet :(
IMHO, I would suggest use `Kernel::autoload`, thus we don't need to type `net/http/status` when we want it, and they will never be loaded into memory until we try to access the constant `STATUS_CODES`. Isn't it win-win?tonytonyjan (Weihang Jian)
As the official document mentions, this method will return a String with the human readable instructions. However, it is quite hard to read since we can not understand the definition of each column, for example: ~~~ ruby puts RubyVM:...tonytonyjan (Weihang Jian)