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