From: Matt Mongeau Date: 2013-02-21T07:38:19+09:00 Subject: Re: How meta class differs from real class ? Xavier R. wrote in post #1098096: > Matt Mongeau wrote in post #1098088: > >> >> class MyClass >> def my_instance_method; end >> def self.my_class_method; end >> end > > Is "my_class_method" is a class method? My point was that technically there is no such thing as class methods. Class methods are simply instance methods on the singleton_class. -- Posted via http://www.ruby-forum.com/.