yasnippet/extras/imported/ruby-mode/Files/path_from_here( __ ).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
177 B
Plaintext

# -*- mode: snippet -*-
# key: patfh
# contributor: Translated from TextMate Snippet
# name: path_from_here( .. )
# --
File.join(File.dirname(__FILE__), *%w[${1:rel path here}])