method
freeze
freeze()
public
Hide source
# File lib/pathname.rb, line 214 def freeze() super; @path.freeze; self end