module RubyMemcheck

def default_configuration

def default_configuration
  unless @default_configuration
    raise "RubyMemcheck is not configured with a default configuration. "\
      "Please run RubyMemcheck.config before using it."
  end
  @default_configuration
end