show/hide this revision's text 2 rettaged
show/hide this revision's text 1

What is the difference between include and require in Ruby?

My question is similar to this one over here about include and extend.

What's the difference between require and include in Ruby? If I just want to use the methods from a module in my class, should I require it or include it?