Ruby Method Lookup Demystified: Inheritance, Mixins, and Super
Discover how method lookup works in Ruby, including inheritance, mixins using include, prepend, and extend, and the super method.
May 15, 20235 min read1.3K

Search for a command to run...
Series
RubyNuggets: Tips and Tricks about the Ruby programming language
Discover how method lookup works in Ruby, including inheritance, mixins using include, prepend, and extend, and the super method.

Explaining the naming convention of ruby bang(!) methods