class ViewComponent::DocsBuilderComponent::MethodDoc

def deprecated?

def deprecated?
  @method.tag(:deprecated).present?
end