Module: TestBench::Controls::Output::Styling
- Defined in:
- lib/test_bench/controls/output/styling.rb
Defined Under Namespace
Modules: Invalid
Class Method Summary collapse
Class Method Details
.detect ⇒ Object
| 9 10 11 | # File 'lib/test_bench/controls/output/styling.rb', line 9 def self.detect :detect end | 
.example ⇒ Object
| 5 6 7 | # File 'lib/test_bench/controls/output/styling.rb', line 5 def self.example detect end | 
.off ⇒ Object
| 17 18 19 | # File 'lib/test_bench/controls/output/styling.rb', line 17 def self.off :off end | 
.on ⇒ Object
| 13 14 15 | # File 'lib/test_bench/controls/output/styling.rb', line 13 def self.on :on end |