module MooMoo

Constants

VERSION

Attributes

config[RW]

Public Class Methods

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