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