Method: Bundler::Checksum::Source#initialize
- Defined in:
- lib/bundler/checksum.rb
permalink #initialize(type, location) ⇒ Source
Returns a new instance of Source.
123 124 125 126 |
# File 'lib/bundler/checksum.rb', line 123 def initialize(type, location) @type = type @location = location end |