41 42 43
# File 'lib/loki/file_pattern.rb', line 41 def relative(from = Dir.pwd) @path.gsub(/^#{from}\//, '') end