File
11
# File 'lib/pretty_debug.rb', line 11 def self.expand_path_relative f; expand_path(f, caller_location.dirname) end
10
# File 'lib/pretty_debug.rb', line 10 def self.relativize f; f.sub(%r{\A/}, "".freeze) end