Module: Excom::Plugins::Assertions
- Defined in:
- lib/excom/plugins/assertions.rb
Instance Method Summary collapse
Instance Method Details
#assert ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/excom/plugins/assertions.rb', line 5 def assert if yield success! unless state.has_success? else failure! end end |