Usage: pn{ path }
A shortcut for Pathname.new
# File lib/pathname2.rb, line 1105 def pn instance_eval{ Pathname.new(yield) } end