Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#to_hash

Defined in:
lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb

#to_hashObject

Convert to a Hash with String keys.



77
78
79
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 77

def to_hash
  Hash.new(default).merge!(self)
end