From: Ruby Freak Date: 2008-03-26T12:59:54+09:00 Subject: class_eval vs (class << object) What is the difference between class_eval and "class << object"? It seems like they are the same. I am thinking that class_eval affects the greater class and "class_object" is used on a singleton class. Are they mutually exclusive? Thanks