/ruby-mode/Methods/def method_missing .. end (mm).yasnippet
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 12cb75f7a422aeb05af3d923a6879849 MD5 | raw file
1# -*- mode: snippet -*- 2# key: defmm 3# contributor: Translated from TextMate Snippet 4# name: def method_missing .. end 5# -- 6def method_missing(meth, *args, &blk) 7 $0 8end