class Bundler::Audit::Results::InsecureSource

def initialize(source)

Parameters:
  • source (URI::Generic, URI::HTTP) --
def initialize(source)
  @source = source
end