Method: TestBench::Output::CommentStyle.get
- Defined in:
- lib/test_bench/output/comment_style.rb
.get(comment_disposition) ⇒ Object
14 15 16 17 |
# File 'lib/test_bench/output/comment_style.rb', line 14 def self.get(comment_disposition) comment_style, _ = comment_styles.rassoc(comment_disposition) comment_style end |