method
freeze
v1_9_2_180 -
Show latest stable
- Class:
Pathname
freeze()public
No documentation available.
# File lib/pathname.rb, line 224
def freeze() super; @path.freeze; self end freeze()No documentation available.
# File lib/pathname.rb, line 224
def freeze() super; @path.freeze; self end