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

.detectObject



9
10
11
# File 'lib/test_bench/controls/output/styling.rb', line 9

def self.detect
  :detect
end

.exampleObject



5
6
7
# File 'lib/test_bench/controls/output/styling.rb', line 5

def self.example
  detect
end

.offObject



17
18
19
# File 'lib/test_bench/controls/output/styling.rb', line 17

def self.off
  :off
end

.onObject



13
14
15
# File 'lib/test_bench/controls/output/styling.rb', line 13

def self.on
  :on
end