summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/definitions/mm
blob: 7b348d77eeb34fa5f9247513b8eb91a998bf080b (plain) (tree)
1
2
3
4
5




                                  
#name : def method_missing ... end
# --
def method_missing(method, *args)
  $0
end