Module: TestBench::Output::Controls::Events::Detailed
- Defined in:
- lib/test_bench/output/controls/events/detailed.rb
Class Method Summary collapse
Class Method Details
.example(text: nil, style: nil) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/test_bench/output/controls/events/detailed.rb', line 6 def self.example(text: nil, style: nil) style ||= self.style disposition = Output::CommentStyle.get_disposition(style) Session::Events::Detailed.example(text:, disposition:) end |
.style ⇒ Object
14 15 16 |
# File 'lib/test_bench/output/controls/events/detailed.rb', line 14 def self.style CommentStyle.example end |