module GrapeSlate

Constants

VERSION

Public Class Methods

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