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