module Rubycritic::ViewHelpers

def file_path(file)

def file_path(file)
  relative_path(root_directory + file)
end