Cómo funciona la herencia en Ruby? Herencia en clases y herencia en módulos:
https://blog.jez.io/inheritance-in-ruby/

Favicon 
blog.jez.io

Inheritance in Ruby, in pictures – Jake Zimmerman

A solid grasp of the tools Ruby provides for inheritance, like include and extend, helps write better code. But the concepts are often learned hastily—this post revisits them in depth.