module WeatherGemKg

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/weather_gem_kg/config.rb, line 10
def self.configure
  yield(configuration) if block_given?
end