Method: Bundler::Checksum::Source#initialize

Defined in:
lib/bundler/checksum.rb

#initialize(type, location) ⇒ Source

Returns a new instance of Source.

[View source]

123
124
125
126
# File 'lib/bundler/checksum.rb', line 123

def initialize(type, location)
  @type = type
  @location = location
end