unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/ruby-mode/to_
2016-02-18 14:53:30 +01:00

8 lines
85 B
Plaintext

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