summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/definitions/cla
blob: da71b10677a5fd1477bd19e9733ece8c4c175c5b (plain) (blame)
1
2
3
4
5
#name : class << self ... end
# --
class << ${self}
  $0
end