module TestBench::Controls::Output::Styling

Public Class Methods

detect() click to toggle source
# File lib/test_bench/controls/output/styling.rb, line 9
def self.detect
  :detect
end
example() click to toggle source
# File lib/test_bench/controls/output/styling.rb, line 5
def self.example
  detect
end
off() click to toggle source
# File lib/test_bench/controls/output/styling.rb, line 17
def self.off
  :off
end
on() click to toggle source
# File lib/test_bench/controls/output/styling.rb, line 13
def self.on
  :on
end