7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: class << self ... end
|
|
# group : definitions
|
|
# --
|
|
class << ${self}
|
|
$0
|
|
end |