module Rubycritic::ViewHelpers

def relative_path(pathname)

def relative_path(pathname)
  pathname.relative_path_from(file_directory)
end