Method: FlashFlow::Data::Collection#mergeable
- Defined in:
- lib/flash_flow/data/collection.rb
#mergeable ⇒ Object
99 100 101 |
# File 'lib/flash_flow/data/collection.rb', line 99 def mergeable current_branches.select { |branch| (branch.success? || branch.fail? || branch.unknown?) } end |