DEV Community

Discussion on: Ruby 2.6 new feature: refine `#to_proc`

Collapse
 
hanachin profile image
Seiei Miyagi

140% symbols😋🍭

  • map(&o.:[])
    • (
    • &
    • .
    • :
    • [
    • ]
    • )
  • map{|k|o[k]}
    • {
    • |
    • [
    • ]
    • }