7
Bir sınıfın örnek yöntemlerinin listesini alın
Sınıfım var: class TestClass def method1 end def method2 end def method3 end end Nasıl (bu sınıfta benim yöntemlerinin bir listesini alabilirsiniz method1, method2, method3)?