rvm/gem-empty

View on GitHub
lib/rubygems_plugin.rb

Summary

Maintainability
A
40 mins
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status