aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 122710a62953539b5dca3840004733fcde94e202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```ruby
MyName = "nsfisis"

ss = [
  "GHlBH", "2,a0KLG", "Rc1_g",
  "![oLhVE", "2,a0KLG",
  "![oLhVE", "2,a0KLG",
]

puts ss
  .map{|s| s
    .each_char
    .map{(_1.ord + 12323).chr(Encoding::UTF_8)}
    .join}
  .zip(MyName.each_char)
  .map{"#{_2} | #{_1}"}
```