summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/eav
blob: 558e5b45695d3aa103a0c739195447b47f444177 (plain) (tree)
1
2
3
4



                                
#name : each_value { |val| ... }
#group : collections
# --
each_value { |${val}| $0 }