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