class Bundler::RubygemsIntegration

def load_plugin_files(files)

def load_plugin_files(files)
  Gem.load_plugin_files(files) if Gem.respond_to?(:load_plugin_files)
end