module Github::Configuration

def configure

Convenience method to allow for global setting of configuration options
def configure
  yield self
end