dotfiles/.emacs.d/snippets/ruby-mode/to_

8 lines
85 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: to_
# key: to_
# --
def to_s
"${1:string}"
end
$0