class TresDelta::Config
Public Class Methods
config()
click to toggle source
# File lib/tres_delta/config.rb, line 7 def self.config @@config ||= {} end
config=(new_config)
click to toggle source
# File lib/tres_delta/config.rb, line 3 def self.config=(new_config) @@config = new_config end