module Pubg

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/pubg.rb, line 6
def self.config
  @config
end
configure() { |config ||= config| ... } click to toggle source
# File lib/pubg.rb, line 2
def self.configure
  yield @config ||= Pubg::Config.new
end