⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
ENV
/
View File Name :
include%3f-c.ri
U:RDoc::AnyMethod[iI" include?:ETI"ENV::include?;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;T0[ I" (p1);T@6FI"ENV;TcRDoc::NormalClass00