Method: Foreman::Thor::CoreExt::HashWithIndifferentAccess#to_hash

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

#to_hashObject

Convert to a Hash with String keys.



55
56
57
# File 'lib/foreman/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 55

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