delete

ENV.delete(name) â value
ENV.delete(name) { |name| } â value
Class Public methods

Deletes the environment variable with name and returns the value of the variable. If a block is given it will be called when the named environment does not exist.

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.