Module: Swagger2md::Utils
- Defined in:
- lib/swagger2md/utils.rb
Class Method Summary collapse
Class Method Details
.wrap_into_block(content) ⇒ Object
3 4 5 |
# File 'lib/swagger2md/utils.rb', line 3 def self.wrap_into_block content "\n```\n#{content}\n```\n" end |