yasnippet/extras/imported/ruby-mode/Methods/include Enumerable .. (Enum).yasnippet
2009-08-29 17:59:02 +00:00

10 lines
163 B
Plaintext

# -*- mode: snippet -*-
# key: Enum
# contributor: Translated from TextMate Snippet
# name: include Enumerable ..
# --
include Enumerable
def each(&block)
$0
end