Class: Dependabot::GithubActions::FileUpdater::WorkflowUpdater::FlowSequenceComments::ItemComments
- Inherits:
-
T::Struct
- Object
- T::Struct
- Dependabot::GithubActions::FileUpdater::WorkflowUpdater::FlowSequenceComments::ItemComments
- 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
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 |