Class: Dependabot::GithubActions::FileUpdater::WorkflowUpdater::FlowSequenceComments::ItemComments

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/github_actions/file_updater/workflow_updater/flow_sequence_comments.rb

Instance Method Summary collapse

Instance Method Details

#any?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/dependabot/github_actions/file_updater/workflow_updater/flow_sequence_comments.rb', line 20

def any?
  !trailing.nil? || standalone.any?
end