Class: YARD::Handlers::Ruby::ConstantTransformHandler

Inherits:
ConstantHandler
  • Object
show all
Includes:
StructHandlerMethods
Defined in:
lib/yard/handlers/constant_transform_handler.rb

Overview

There might be a nicer way to decorate this class but with my limited knowledge could only get this handler to be applied after the default constant handler by inheriting from the default constant handler. This is required so that the value assigned from the transform is not overridden in the registry by the default handler