module VirtualGem::ExtentLockFileParser

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/virtual_gem/bundler/lock_file_parser.rb, line 3
def initialize(*)
  super
  ::VirtualGem.replace_new_requirements(@specs)
end