true meaning of false

When I did

I:\>irb
irb(main):001:0> require ‘rubygems’
=> false

I got false for various require before when I did require ’something’ in irb.
But while I was on IRC, dagbrown replied to my question

<dagbrown> I’m shocked that nobody has noticed that if you say require “something” and it returns false, all that means is that it’s already been required.

I wasn’t aware of precise reason..why require returns false.

TextMate snippets for RadRails

I was always fascinated about TextMate. I have read huge material on TextMate editor. You must have seen TextMate if you have seen these screencasts of Rails.
Now you can get the goodness of TextMate on Windows, Dr. Nic has ported TextMate snippet libraries over RadRails. It’s not very same as TextMate but it’s a $3000 cheaper. So do check it out.