Pobierz listę metod instancji klasy
Mam klasę: class TestClass def method1 end def method2 end def method3 end end Jak mogę uzyskać listę moich metod w tej klasie ( method1, method2, method3)?