/ruby-mode/Each Element/each_key { |key| .. } (eak).yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 2b9c90e0971551ead7bc8fac70647886 MD5 | raw file
- # -*- mode: snippet -*-
- # key: eak
- # contributor: Translated from TextMate Snippet
- # name: each_key { |key| .. }
- # --
- each_key { |${1:key}| $0 }