class Rubycritic::Generator::Base

def file_name

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