Add singleton method to a string instance
sam = "" def sam.play(a) "this is a test" end sam.play("song")