Method: Bundler::PubGrub::SolveFailure#to_s
- Defined in:
- lib/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb
#to_s ⇒ Object
11 12 13 |
# File 'lib/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb', line 11 def to_s "Could not find compatible versions\n\n#{explanation}" end |