/ruby-mode/Methods/include Enumerable .. (Enum).yasnippet
http://github.com/ridgetang/snippets · Unknown · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · b6682beaabe3e0585f3f4af8c3803cc8 MD5 · raw file
- # -*- mode: snippet -*-
- # key: Enum
- # contributor: Translated from TextMate Snippet
- # name: include Enumerable ..
- # --
- include Enumerable
- def each(&block)
- $0
- end