Files
dotfiles/.emacs.d/snippets/ruby-mode/to_
2017-12-21 17:29:29 +01:00

8 lines
85 B
Plaintext

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