Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Newsletter: https://rubyweekly.com/
/*When interacting directly into irb or rails console,using the underscore `_` will refer to the last output*/$ irbirb> ThirdParty.make_request(params)irb> response = _irb> response.parse()