write(contents)
No documentation available.
# File railties/lib/rails/secrets.rb, line 54 def write(contents) IO.binwrite("#{path}.tmp", encrypt(contents)) FileUtils.mv("#{path}.tmp", path) end