⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.165
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Object
/
View File Name :
clone-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Produces a shallow copy of <em>obj</em>---the instance variables of <em>obj</em> are copied, but not the objects they reference. Copies the frozen and tainted state of <em>obj</em>. See also the discussion under <tt>Object#dup</tt>. - !ruby/struct:SM::Flow::VERB body: " class Klass\n attr_accessor :str\n end\n s1 = Klass.new #=> #<Klass:0x401b3a38>\n s1.str = "Hello" #=> "Hello"\n s2 = s1.clone #=> #<Klass:0x401b3998 @str="Hello">\n s2.str[1,4] = "i" #=> "i"\n s1.inspect #=> "#<Klass:0x401b3a38 @str=\\"Hi\\">"\n s2.inspect #=> "#<Klass:0x401b3998 @str=\\"Hi\\">"\n" - !ruby/struct:SM::Flow::P body: "This method may have class-specific behavior. If so, that behavior will be documented under the #<tt>initialize_copy</tt> method of the class." full_name: Object#clone is_singleton: false name: clone params: | obj.clone -> an_object visibility: public