module KExt::Github

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/k_ext/github.rb, line 21
def configuration
  @configuration ||= KExt::Github::Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/k_ext/github.rb, line 29
def configure
  yield(configuration)
end
reset() click to toggle source
# File lib/k_ext/github.rb, line 25
def reset
  @configuration = KExt::Github::Configuration.new
end