Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
normalize_hash(opts)
private
No documentation available.
# File lib/bundler/dsl.rb, line 348
def normalize_hash(opts)
opts.keys.each do |k|
opts[k.to_s] = opts.delete(k) unless k.is_a?(String)
end
opts
end