Provides for initializer syntax
GraphQL::Cache.configure do |c| c.namespace = 'MyNamespace' end
Yields:
Yield Parameters:
the object that the method was called on
35 36 37
# File 'lib/graphql/cache.rb', line 35 def configure yield self end