Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: to_
|
||||
# key: to_
|
||||
# --
|
||||
def to_s
|
||||
"${1:string}"
|
||||
end
|
||||
$0
|
Reference in New Issue
Block a user