class IsoDoc::Generic::Metadata

def self.inherited(klass) # rubocop:disable Lint/MissingSuper

rubocop:disable Lint/MissingSuper
def self.inherited(klass) # rubocop:disable Lint/MissingSuper
  klass._file = caller_locations(1..1).first.absolute_path
end