class Bundler::Thor::CoreExt::HashWithIndifferentAccess

def to_hash

Convert to a Hash with String keys.
def to_hash
  Hash.new(default).merge!(self)
end