Class: TresDelta::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/tres_delta/config.rb

Class Method Summary collapse

Class Method Details

.configObject



7
8
9
# File 'lib/tres_delta/config.rb', line 7

def self.config
  @@config ||= {}
end

.config=(new_config) ⇒ Object



3
4
5
# File 'lib/tres_delta/config.rb', line 3

def self.config=(new_config)
  @@config = new_config
end