module Swagger2md::Utils

Public Class Methods

wrap_into_block(content) click to toggle source
# File lib/swagger2md/utils.rb, line 3
def self.wrap_into_block content
  "\n```\n#{content}\n```\n"
end