Class: Gem::Requirement

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler/patch/gemfile.rb

Instance Method Summary collapse

Instance Method Details

#compound?Boolean

Returns:

  • (Boolean)


100
101
102
# File 'lib/bundler/patch/gemfile.rb', line 100

def compound?
  @requirements.length > 1
end