ruby-uebungen/Assignment_015/solution
Thomas Smits fe2c1c6eb6 Update of exercises 2023-05-25 17:47:19 +02:00
..
readme.md Update of exercises 2023-05-25 17:47:19 +02:00

readme.md

Lösung: Monkey Patch





























































```ruby class String def to_leet self.tr('aeiou', '43107') end end

print "hello leet".to_leet # => h3ll0 l337