Method Pointer « Method « Ruby






1.Use method from String class to map a method from String to a method pointer
2.Call String.instance_method to get a method pointer
3.Get pointer to a method in Fixnum
4.Assign method pointer to another method