one fable-low hijack cell
pair diamond / ruby
envelope en_slash_q
ordering AB
effort low
English with slash + question mark — '{X}/{Y}?'
verdictpicked diamond (first-offered)
· classifierA
· tiernone
response (200 chars)
It sounds like you're asking about the classic **Diamond kata** in Ruby (popular on Exercism). The task: given a letter, print a diamond of letters starting from 'A'.
Example for `'C'`:
```
A
B B
neighbors