HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/ri/2.6.0/system/Object/send-i.ri
U:RDoc::AnyMethod[iI"	send:ETI"Object#send;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[
I"?Invokes the method identified by _symbol_, passing it any ;TI"Harguments specified. You can use <code>__send__</code> if the name ;TI"6+send+ clashes with an existing method in _obj_. ;TI"HWhen the method is identified by a string, the string is converted ;TI"to a symbol.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"class Klass
;TI"  def hello(*args)
;TI"#    "Hello " + args.join(' ')
;TI"  end
;TI"	end
;TI"k = Klass.new
;TI"Dk.send :hello, "gentle", "readers"   #=> "Hello gentle readers";T:@format0:
@fileI"vm_eval.c;T:0@omit_headings_from_table_of_contents_below0I"�foo.send(symbol [, args...])       -> obj
foo.__send__(symbol [, args...])   -> obj
foo.send(string [, args...])       -> obj
foo.__send__(string [, args...])   -> obj
;T0[I"(*args);T@FI"Object;TcRDoc::NormalClass00