method
shortref_for_display
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
shortref_for_display(ref)private
No documentation available.
# File lib/bundler/source/git.rb, line 270
def shortref_for_display(ref)
ref[0..6]
end