yasnippet/extras/imported/ruby-mode/Files/File_read(__).yasnippet

7 lines
176 B
Plaintext

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