Method: JavaMethod#with_exceptions
- Defined in:
- lib/java_testing_guff/qdox_extensions.rb
#with_exceptions ⇒ Object
271 272 273 274 275 |
# File 'lib/java_testing_guff/qdox_extensions.rb', line 271 def with_exceptions exceptions.each do |e| yield e end end |