module Pading

当别的程序 require 'xxx' 的时候, xxx 文件就会被加载。 同名文件负责设定gem 和 API

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/pading/config.rb, line 9
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/pading/config.rb, line 4
def configure
  yield config
end