yasnippet/extras/imported/ruby-mode/Files/File.foreach ("..") do |line| .. end (File).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
188 B
Plaintext

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