Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
to_s()
public
String representation of the possibility set,
for debugging
# File lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb, line 45
def to_s
"[#{possibilities.join(', ')}]"
end