38 39 40 41 42 43 44
# File 'lib/xctracker/execution.rb', line 38 def filename if path File.basename(path) else nil end end