instance method
freeze
Ruby on Rails 4.1.16
Since v4.0.13 Last seen in v4.2.9Signature
freeze()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/thread.rb, line 65
def freeze
_locals.freeze
super
end
Defined in activesupport/lib/active_support/core_ext/thread.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Thread