module Elasticity
Constants
- GRAY
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/elasticity.rb, line 46 def self.config return @config if defined?(@config) @config = Config.new end
configure() { |config| ... }
click to toggle source
# File lib/elasticity.rb, line 41 def self.configure @config = Config.new yield(@config) end