yasnippet/extras/imported/ruby-mode/Files/File_read("__").yasnippet
2009-08-29 17:59:02 +00:00

6 lines
148 B
Plaintext

# -*- mode: snippet -*-
# key: File
# contributor: Translated from TextMate Snippet
# name: File.read("..")
# --
File.read(${1:"${2:path/to/file}"})