Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/ruby-mode/definitions/mm
990 views
#name : def method_missing ... end
# --
def method_missing(method, *args)
  $0
end