module RspecApiDocs

The base module of the gem.

Constants

BaseError
METADATA_NAMESPACE
UndocumentedParameter
UnknownRenderer

Unknown renderer configured.

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/rspec_api_docs/config.rb, line 10
def self.configure
  self.configuration ||= Config.new
  yield configuration
end