Module: TestBench::Output::Controls::Style

Defined in:
lib/test_bench/output/controls/style.rb

Defined Under Namespace

Modules: Code, Other

Class Method Summary collapse

Class Method Details

.codeObject



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

def self.code
  '1'
end

.exampleObject



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

def self.example
  :bold
end

.other_exampleObject



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

def self.other_example
  Other.example
end