class RuboCop::Cop::Sorbet::SignatureBuildOrder

def can_autocorrect?

def can_autocorrect?
  defined?(::Unparser)
end