Class: Gem::Requirement
- Inherits:
-
Object
- Object
- Gem::Requirement
- Defined in:
- lib/bundler/patch/gemfile.rb
Instance Method Summary collapse
Instance Method Details
#compound? ⇒ Boolean
101 102 103 |
# File 'lib/bundler/patch/gemfile.rb', line 101 def compound? @requirements.length > 1 end |