# frozen_string_literal: true class Document class Decorator < Azeroth::Decorator expose :name end end