dotfiles/.emacs.d/snippets/ruby-mode/cla

6 lines
81 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#name : class << self ... end
#group : definitions
# --
class << ${self}
$0
end