Indeed it is.

>> Object.is_a?(Object)
=> true
>> Class.is_a?(Class)
=> true
>> Class.is_a?(Object)
=> true
>> Object.is_a?(Class)
=> true

Therefore, everything is everything.

Um, I think that boils down to

  def is_a?(arg)
    true
  end

;)

Gavin

--
You received this message because you are subscribed to the Google Groups "Ruby or 
Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to