Method: TestBench::Output::CommentStyle.fetch

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

.fetch(comment_disposition) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/test_bench/output/comment_style.rb', line 6

def self.fetch(comment_disposition)
  comment_style = get(comment_disposition)

  comment_style ||= normal

  comment_style
end