Class: Bundler::Audit::Scanner::InsecureSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/audit/scanner.rb

Overview

Represents a plain-text source

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



15
16
17
# File 'lib/bundler/audit/scanner.rb', line 15

def source
  @source
end