File: //usr/share/ri/3.0.0/system/Object/freeze-i.ri
U:RDoc::AnyMethod[iI"freeze:ETI"Object#freeze;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"5Prevents further modifications to <i>obj</i>. A ;TI"?RuntimeError will be raised if modification is attempted. ;TI";There is no way to unfreeze a frozen object. See also ;TI"Object#frozen?.;To:RDoc::Markup::BlankLine o;
; [I"This method returns self.;T@o:RDoc::Markup::Verbatim; [I"a = [ "a", "b", "c" ]
;TI"a.freeze
;TI"a << "z"
;T:@format0o;
; [I"<em>produces:</em>;T@o;; [I"@prog.rb:3:in `<<': can't modify frozen Array (FrozenError)
;TI" from prog.rb:3
;T;
0o;
; [I"BObjects of the following classes are always frozen: Integer, ;TI"Float, Symbol.;T:
@fileI"
object.c;T:0@omit_headings_from_table_of_contents_below0I"obj.freeze -> obj
;T0[ I"();T@%FI"Object;TcRDoc::NormalClass00