6 lines
81 B
Plaintext
Raw Normal View History

#name : class << self ... end
#group : definitions
# --
class << ${self}
$0
end