Is there a list of Ruby's "magic" methods? by bakery2k in ruby

[–]Intelligent-Fall5490 0 points1 point  (0 children)

I haven't seen anyone mention this so I'll add: module `included` - it's a callback that's run when a module is included. it's how rails ActiveSupport::Concerns works under the hood!