module RubyMemcheck

def config(**opts)

def config(**opts)
  @default_configuration = Configuration.new(**opts)
end