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/Comp
990 views
#name : include Comparable; def <=> ... end
# --
include Comparable

def <=> other
  $0
end