module Rubycritic::ViewHelpers

def file_directory

def file_directory
  raise NotImplementedError.new("The #{self.class} class must implement the #{__method__} method.")
end