Module: TestBench::Session::Controls::Exception::Message
- Defined in:
- lib/test_bench/session/controls/exception/message.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
6 7 8 9 10 |
# File 'lib/test_bench/session/controls/exception/message.rb', line 6 def self.example exception = Example exception. end |
.other_example ⇒ Object
12 13 14 15 16 |
# File 'lib/test_bench/session/controls/exception/message.rb', line 12 def self.other_example exception = Other::Example exception. end |