Method: TestBench::Output::CommentStyle.comment_styles

Defined in:
lib/test_bench/output/comment_style.rb

.comment_stylesObject



25
26
27
28
29
30
31
32
33
34
# File 'lib/test_bench/output/comment_style.rb', line 25

def self.comment_styles
  {
    :detect => 'detect',
    :normal => 'normal',
    :heading => 'heading',
    :block => 'block',
    :line_number => 'line_number',
    :raw => 'raw'
  }
end