= private = protected
freeze()
Freezes this Pathname.
See Object.freeze.
static VALUE path_freeze(VALUE self) { rb_call_super(0, 0); rb_str_freeze(get_strpath(self)); return self; }