From: "Xavier R." Date: 2013-02-21T07:30:11+09:00 Subject: Re: How meta class differs from real class ? 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? -- Posted via http://www.ruby-forum.com/.