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