module Google::Cloud

def self.configure

Returns:
  • (Google::Cloud::Config) - The top-level configuration object for
def self.configure
  @config ||= Config.create
  yield @config if block_given?
  @config
end