yasnippet/extras/imported/ruby-mode/Methods/def method_missing .. end (mm).yasnippet
2009-08-29 17:59:02 +00:00

8 lines
169 B
Plaintext

# -*- mode: snippet -*-
# key: defmm
# contributor: Translated from TextMate Snippet
# name: def method_missing .. end
# --
def method_missing(meth, *args, &blk)
$0
end