From d66eaaf88e674cde8081c564b2baa7e059b0e787 Mon Sep 17 00:00:00 2001 From: "David Deryl Downey - AKA Deryl R. Doucette" Date: Thu, 18 Oct 2012 23:21:11 -0300 Subject: [PATCH] Changed patfh to fpath. Makes sense due to context --- snippets/ruby.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index f41f027..63ec178 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -394,7 +394,7 @@ snippet : snippet ope open(${1:"path/or/url/or/pipe"}, "${2:w}") { |${3:io}| ${4} } # path_from_here() -snippet patfh +snippet fpath File.join(File.dirname(__FILE__), *%2[${1:rel path here}])${2} # unix_filter {} snippet unif