/ruby-mode/Files/File.foreach ("..") do |line| .. end (File).yasnippet
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 19b8faec335964a582a66d72efe7e78e MD5 · raw file
- # -*- mode: snippet -*-
- # key: File
- # contributor: Translated from TextMate Snippet
- # name: File.foreach ("..") { |line| .. }
- # --
- File.foreach(${1:"${2:path/to/file}"}) { |${3:line}| $0 }