Method: Bundler::PubGrub::VersionConstraint#constraint_string
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
#constraint_string ⇒ Object
108 109 110 111 112 113 114 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb', line 108 def constraint_string if any? ">= 0" else range.to_s end end |