Method: Bail.when_all

Defined in:
lib/bail.rb

.when_all(condition, *objects) ⇒ Object



21
22
23
# File 'lib/bail.rb', line 21

def self.when_all(condition, *objects)
  execute(:all?, condition, objects)
end