⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
ENV
/
View File Name :
member%3f-c.ri
U:RDoc::AnyMethod[iI"member?:ETI"ENV::member?;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"JENV.has_key?, ENV.member?, and ENV.key? are aliases for ENV.include?.;To:RDoc::Markup::BlankLine o; ; [I"NReturns +true+ if there is an environment variable with the given +name+:;To:RDoc::Markup::Verbatim; [I"-ENV.replace('foo' => '0', 'bar' => '1') ;TI"#ENV.include?('foo') # => true ;T:@format0o; ; [I"[Returns +false+ if +name+ is a valid String and there is no such environment variable:;To;; [I"$ENV.include?('baz') # => false ;T; 0o; ; [I"hReturns +false+ if +name+ is the empty String or is a String containing character <code>'='</code>:;To;; [I"!ENV.include?('') # => false ;TI""ENV.include?('=') # => false ;T; 0o; ; [I"^Raises an exception if +name+ is a String containing the NUL character <code>"\0"</code>:;To;; [I"cENV.include?("\0") # Raises ArgumentError (bad environment variable name: contains null byte) ;T; 0o; ; [I"PRaises an exception if +name+ has an encoding that is not ASCII-compatible:;To;; [I"AENV.include?("\xa1\xa1".force_encoding(Encoding::UTF_16LE)) ;TI"c# Raises ArgumentError (bad environment variable name: ASCII incompatible encoding: UTF-16LE) ;T; 0o; ; [I"3Raises an exception if +name+ is not a String:;To;; [I"XENV.include?(Object.new) # TypeError (no implicit conversion of Object into String);T; 0: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"�ENV.include?(name) -> true or false ENV.has_key?(name) -> true or false ENV.member?(name) -> true or false ENV.key?(name) -> true or false ;T0[ I" (p1);T@6FI"ENV;TcRDoc::NormalClass00