class String def to_leet self.tr('aeiou', '43107') end end print "hello leet".to_leet # => h3ll0 l337