module Dox
Constants
- DEFAULT_HEADERS_WHITELIST
- Error
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/dox.rb, line 44 def self.config @config ||= Dox::Config.new end
configure() { |config| ... }
click to toggle source
# File lib/dox.rb, line 40 def self.configure yield(config) if block_given? end
full_headers_whitelist()
click to toggle source
# File lib/dox.rb, line 49 def self.full_headers_whitelist (config.headers_whitelist.to_a + DEFAULT_HEADERS_WHITELIST).uniq end