我有一节课:
class TestClass def method1 end def method2 end def method3 end end
我怎样才能在这个类的我的方法列表(method1,method2,method3)?
method1
method2
method3
ruby reflection ruby-1.9.2
reflection ×1
ruby ×1
ruby-1.9.2 ×1