⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.143
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
/
Kernel
/
View File Name :
eval-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Evaluates the Ruby expression(s) in <em>string</em>. If <em>binding</em> is given, the evaluation is performed in its context. The binding may be a <tt>Binding</tt> object or a <tt>Proc</tt> object. If the optional <em>filename</em> and <em>lineno</em> parameters are present, they will be used when reporting syntax errors. - !ruby/struct:SM::Flow::VERB body: " def getBinding(str)\n return binding\n end\n str = "hello"\n eval "str + ' Fred'" #=> "hello Fred"\n eval "str + ' Fred'", getBinding("bye") #=> "bye Fred"\n" full_name: Kernel#eval is_singleton: false name: eval params: | eval(string [, binding [, filename [,lineno]]]) => obj visibility: public