summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/mm
blob: 3f62b100010e6c32609971cd05ffbb9e9bad14f3 (plain) (tree)
1
2
3
4
5
6





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