class Google::Cloud::Config

def self.config? obj

Returns:
  • (boolean) -
def self.config? obj
  Config.send :===, obj
end