X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Object
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Object
/
📄
%3d%3d%3d-i.yaml
(421 B)
📄
%3d%3d-i.yaml
(1.32 KB)
📄
%3d%7e-i.yaml
(354 B)
ðŸ“
..
📄
__id__-i.yaml
(671 B)
📄
__send__-i.yaml
(749 B)
📄
cdesc-Object.yaml
(6.14 KB)
📄
class-i.yaml
(589 B)
📄
clone-i.yaml
(1.14 KB)
📄
dclone-i.yaml
(166 B)
📄
display-i.yaml
(695 B)
📄
dup-i.yaml
(907 B)
📄
enum_for-i.yaml
(670 B)
📄
eql%3f-i.yaml
(1.33 KB)
📄
equal%3f-i.yaml
(1.33 KB)
📄
extend-i.yaml
(733 B)
📄
freeze-i.yaml
(742 B)
📄
frozen%3f-i.yaml
(476 B)
📄
hash-i.yaml
(520 B)
📄
id-i.yaml
(276 B)
📄
inspect-i.yaml
(598 B)
📄
instance_eval-i.yaml
(1012 B)
📄
instance_exec-i.yaml
(787 B)
📄
instance_of%3f-i.yaml
(368 B)
📄
instance_variable_defined%3f-i.yaml
(732 B)
📄
instance_variable_get-i.yaml
(848 B)
📄
instance_variable_set-i.yaml
(946 B)
📄
instance_variables-i.yaml
(611 B)
📄
is_a%3f-i.yaml
(900 B)
📄
kind_of%3f-i.yaml
(906 B)
📄
method-i.yaml
(901 B)
📄
methods-i.yaml
(842 B)
📄
new-c.yaml
(211 B)
📄
nil%3f-i.yaml
(439 B)
📄
object_id-i.yaml
(612 B)
📄
private_methods-i.yaml
(434 B)
📄
protected_methods-i.yaml
(442 B)
📄
public_methods-i.yaml
(430 B)
📄
remove_instance_variable-i.yaml
(674 B)
📄
respond_to%3f-i.yaml
(459 B)
📄
send-i.yaml
(741 B)
📄
singleton_method_added-i.yaml
(761 B)
📄
singleton_method_removed-i.yaml
(836 B)
📄
singleton_method_undefined-i.yaml
(744 B)
📄
singleton_methods-i.yaml
(949 B)
📄
taint-i.yaml
(409 B)
📄
tainted%3f-i.yaml
(289 B)
📄
tap-i.yaml
(779 B)
📄
to_a-i.yaml
(721 B)
📄
to_enum-i.yaml
(668 B)
📄
to_s-i.yaml
(465 B)
📄
to_yaml-i.yaml
(179 B)
📄
to_yaml_properties-i.yaml
(190 B)
📄
to_yaml_style-i.yaml
(180 B)
📄
type-i.yaml
(266 B)
📄
untaint-i.yaml
(265 B)
Editing: instance_eval-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Evaluates a string containing Ruby source code, or the given block, within the context of the receiver (<em>obj</em>). In order to set the context, the variable <tt>self</tt> is set to <em>obj</em> while the code is executing, giving the code access to <em>obj</em>'s instance variables. In the version of <tt>instance_eval</tt> that takes a <tt>String</tt>, the optional second and third parameters supply a filename and starting line number that are used when reporting compilation errors. - !ruby/struct:SM::Flow::VERB body: " class Klass\n def initialize\n @secret = 99\n end\n end\n k = Klass.new\n k.instance_eval { @secret } #=> 99\n" full_name: Object#instance_eval is_singleton: false name: instance_eval params: | obj.instance_eval(string [, filename [, lineno]] ) => obj obj.instance_eval {| | block } => obj visibility: public
Upload File
Create Folder