Method: Bundler::PubGrub::VersionRange::Empty#eql?
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
#eql?(other) ⇒ Boolean
22 23 24 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb', line 22 def eql?(other) other.empty? end |