/ruby-mode/Files/File_read("__").yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 6c94cfe472360ae71b193bb2e1340d26 MD5 | raw file
1# -*- mode: snippet -*- 2# key: File 3# contributor: Translated from TextMate Snippet 4# name: File.read("..") 5# -- 6File.read(${1:"${2:path/to/file}"})