module MaestroProl

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/maestro_prol.rb, line 11
def self.config
  @config
end
config!(config) click to toggle source
# File lib/maestro_prol.rb, line 7
def self.config!(config)
  @config = config
end