rvm/gem-wrappers

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) || GemWrappers::Specification.version == called_version ) and
  ( !defined?(Bundler) || ( defined?(Bundler) && Bundler::SharedHelpers.in_bundle? && !Bundler.settings[:disable_shared_gems]) )

  require 'gem-wrappers'
Severity: Major
Found in lib/rubygems_plugin.rb - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status