Module: Gem::FixFullNameEncoding
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Defined in: | lib/bundler/rubygems_ext.rb |
Instance Method Summary
Instance Method Details
#full_name
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 474
def full_name super.force_encoding(Encoding::UTF_8) end