#ruby
Read more stories on Hashnode
Articles with this tag
In Rails 5, byebug is a standard debugger to trace program execution flow and inspect the call stack within an application. From Rails 7, byebug has...
Forwardable module is able to give new behaviour to an object by delegating the method to it, using def_delegator or def_delegators. Let’s say we have...