module Moonshot

rubocop:disable LineLength

Constants

DoctorCritical

Attributes

config[W]

Public Class Methods

config() { |config| ... } click to toggle source
# File lib/moonshot.rb, line 12
def self.config
  @config ||= Moonshot::ControllerConfig.new
  block_given? ? yield(@config) : @config
end