How to access result attributes without checking its status?
danger
Unsafe methods exist only to simplify the debugging process.
❗❗❗ Never use them in production (or even in tests)❗❗❗
There are NO possible excuses or justifications for doing so.
Use Result#unsafe_data, Result#unsafe_message, Result#unsafe_code
Even better, use shorter aliases Result#ud, Result#um, Result#uc
