class Bitmap alias :old_draw_text :draw_text def draw_text(*arg) old_draw_text(*arg) old_draw_text(*arg) end end