class Rubycritic::Generator::Base

def render

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