I am a newbie to Ruby. I've found some code in the file dependencies.rb 
within Active Support:

module Dependencies
  extend self
...

I would like to ask what does 'extend self' do here? What's purpose? I 
didn't found any document mentioning such 'self-extension' case.

Cheers,
Donald

-- 
Posted via http://www.ruby-forum.com/.