module GrapeMarkdown

Constants

VERSION

Public Class Methods

config() { |Configuration| ... } click to toggle source
# File lib/grape-markdown.rb, line 12
def self.config
  block_given? ? yield(Configuration) : Configuration
end