# -*- mode: snippet -*-
|
|
# name: class << self ... end
|
|
# group : definitions
|
|
# --
|
|
class << ${self}
|
|
$0
|
|
end
|