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
2015-04-05 06:20:33
Comments
Leave a Comment

Please login to continue.