Method: Betterdocs::Global.config

Defined in:
lib/betterdocs/global.rb

.configObject



172
173
174
175
176
177
178
# File 'lib/betterdocs/global.rb', line 172

def config
  if block_given?
    yield self
  else
    self
  end
end