module GrapeApiary

Needed until support for v2.3+ goo.gl/DyKn74

Constants

VERSION

Public Class Methods

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