my-emacs-d/elpa/yasnippet-20161022.646/snippets/ruby-mode/to_
2016-10-24 08:30:06 +02:00

8 lines
85 B
Plaintext

# -*- mode: snippet -*-
# name: to_
# key: to_
# --
def to_s
"${1:string}"
end
$0