Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
OpenStruct /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
801
B
-rw-r--r--
2026-04-07 17:42
%5b%5d%3d-i.ri
646
B
-rw-r--r--
2026-04-07 17:42
%5b%5d-i.ri
584
B
-rw-r--r--
2026-04-07 17:42
as_json-i.ri
383
B
-rw-r--r--
2026-04-07 17:42
cdesc-OpenStruct.ri
5.24
KB
-rw-r--r--
2026-04-07 17:42
delete_field-i.ri
1.17
KB
-rw-r--r--
2026-04-07 17:42
dig-i.ri
908
B
-rw-r--r--
2026-04-07 17:42
each_pair-i.ri
779
B
-rw-r--r--
2026-04-07 17:42
eql%3f-i.ri
442
B
-rw-r--r--
2026-04-07 17:42
freeze-i.ri
236
B
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
374
B
-rw-r--r--
2026-04-07 17:42
json_create-c.ri
429
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
814
B
-rw-r--r--
2026-04-07 17:42
set_ostruct_member_value%21-i.ri
299
B
-rw-r--r--
2026-04-07 17:42
to_h-i.ri
238
B
-rw-r--r--
2026-04-07 17:42
to_json-i.ri
391
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
250
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"delete_field:ETI"OpenStruct#delete_field;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"MRemoves the named field from the object and returns the value the field ;TI"Fcontained if it was defined. You may optionally provide a block. ;TI"GIf the field is not defined, the result of the block is returned, ;TI"4or a NameError is raised if no block was given.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"require "ostruct" ;TI" ;TI"Bperson = OpenStruct.new(name: "John", age: 70, pension: 300) ;TI" ;TI"*person.delete_field!("age") # => 70 ;TI"Nperson # => #<OpenStruct name="John", pension=300> ;T:@format0o; ; [I">Setting the value to +nil+ will not remove the attribute:;T@o;; [I"person.pension = nil ;TI"Hperson # => #<OpenStruct name="John", pension=nil> ;TI" ;TI"3person.delete_field('number') # => NameError ;TI" ;TI"<person.delete_field('number') { 8675_309 } # => 8675309;T; 0: @fileI"lib/ostruct.rb;T:0@omit_headings_from_table_of_contents_below00I"