rvm/gem-empty

View on GitHub

Showing 1 of 1 total issue

Consider simplifying this complex logical expression.
Open

if
  ( $:.include?(called_path) || GemEmpty::Specification.gem_loaded?("gem-empty", called_version) ) and
  ( !defined?(Bundler) || ( defined?(Bundler) && Bundler::SharedHelpers.in_bundle? && !Bundler.settings[:disable_shared_gems]) )
then
  require 'gem-empty/command'
Severity: Major
Found in lib/rubygems_plugin.rb - About 40 mins to fix
    Severity
    Category
    Status
    Source
    Language