8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: to_
|
|
# key: to_
|
|
# --
|
|
def to_s
|
|
"${1:string}"
|
|
end
|
|
$0 |