Method: Bundler::PubGrub::VersionRange::Empty#==
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
#==(other) ⇒ Object
54 55 56 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb', line 54 def ==(other) other.class == self.class end |