ruby-uebungen/Assignment_016/solution
Thomas Smits 25d5ac7ffd Initial commit 2023-05-23 09:19:31 +02:00
..
readme.md Initial commit 2023-05-23 09:19:31 +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