method
clear
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Request::Session
clear()public
No documentation available.
# File actionpack/lib/action_dispatch/request/session.rb, line 113
def clear
load_for_write!
@delegate.clear
end