emacs-prelude/vendor/yasnippet/snippets/ruby-mode/definitions/cla

6 lines
71 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: class << self ... end
# key: cla
# --
class << ${self}
$0
end