module MyFirstGem end class String def say_hi "hi" end end