]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/collections/any
Merge commit 'e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3' from swiper
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / collections / any
1 # name: any? { |...| ... }
2 # key: any
3 # --
4 any? { |${e}| $0 }