path_from_here(-__-).sublime-snippet (221B)
1 <snippet> 2 <content><![CDATA[File.join(File.dirname(__FILE__), *%w[${1:rel path here}])]]></content> 3 <tabTrigger>patfh</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>path_from_here( .. )</description> 6 </snippet>