Sha256: eded74a136bed2b10b0a1fbf123d5344416f1614bae3ef868de6d9f75e46e2f8
Contents?: true
Size: 313 Bytes
Versions: 1
Compression:
Stored size: 313 Bytes
Contents
require 'moo_moo/exceptions' module MooMoo autoload :Version, 'moo_moo/version' autoload :Config, 'moo_moo/config' autoload :OpenSRS, 'moo_moo/opensrs' class << self attr_accessor :config end def self.configure yield config if block_given? config end self.config = Config.new end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moo_moo-0.1.1 | lib/moo_moo.rb |