class Object def show Ruby.primitive :object_show endendclass Fixnum def +(arg) Ruby.primitive :fixnum_add endend"3 + 4 is:".show(3 + 4).show