class Foo def method_one; end end class Foo def method_two; end end foo.method - should get one & two