⚝
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
/
View File Name :
page-standard_library_rdoc.ri
U:RDoc::TopLevel[ i I"standard_library.rdoc:EFcRDoc::Parser::Simpleo:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI"Ruby Standard Library;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph;[I"TThe Ruby Standard Library is a vast collection of classes and modules that you ;TI"6can require in your code for additional features.;T@ o; ;[I"JBelow is an overview of libraries and extensions followed by a brief ;TI"description.;T@ S; ; i;I"Libraries;T@ o:RDoc::Markup::List: @type: NOTE:@items[#o:RDoc::Markup::ListItem:@label[I"Abbrev;T;[o; ;[I"HCalculates a set of unique abbreviations for a given set of strings;To;;[I"Base64;T;[o; ;[I"PSupport for encoding and decoding binary data using a Base64 representation;To;;[I"DEBUGGER__;T;[o; ;[I"%Debugging functionality for Ruby;To;;[I"DRb;T;[o; ;[I"'Distributed object system for Ruby;To;;[I"English.rb;T;[o; ;[I"ORequire 'English.rb' to reference global variables with less cryptic names;To;;[I"ERB;T;[o; ;[I";An easy to use but powerful templating system for Ruby;To;;[I" Find;T;[o; ;[I"CThis module supports top-down traversal of a set of file paths;To;;[I"MakeMakefile;T;[o; ;[I"8Module used to generate a Makefile for C extensions;To;;[I"Monitor;T;[o; ;[I"GProvides an object or module to use safely by more than one thread;To;;[I" Net::FTP;T;[o; ;[I"+Support for the File Transfer Protocol;To;;[I"Net::HTTP;T;[o; ;[I"HTTP client api for Ruby;To;;[I"Net::IMAP;T;[o; ;[I"9Ruby client api for Internet Message Access Protocol;To;;[I"OpenURI;T;[o; ;[I"BAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP;To;;[I"OptionParser;T;[o; ;[I"9Ruby-oriented class for command-line option analysis;To;;[I"PP;T;[o; ;[I".Provides a PrettyPrinter for Ruby objects;To;;[I"PrettyPrinter;T;[o; ;[I"BImplements a pretty printing algorithm for readable structure;To;;[I" RbConfig;T;[o; ;[I"4Information of your configure and build of Ruby;To;;[I"resolv-replace.rb;T;[o; ;[I"#Replace Socket DNS with Resolv;To;;[I"Resolv;T;[o; ;[I".Thread-aware DNS resolver library in Ruby;To;;[I" Rinda;T;[o; ;[I"5The Linda distributed computing paradigm in Ruby;To;;[I"Gem;T;[o; ;[I"*Package management framework for Ruby;To;;[I"SecureRandom;T;[o; ;[I"1Interface for secure random number generator;To;;[I"Set;T;[o; ;[I"JProvides a class to deal with collections of unordered, unique values;To;;[I"Shellwords;T;[o; ;[I"EManipulates strings with word parsing rules of UNIX Bourne shell;To;;[I" Tempfile;T;[o; ;[I"1A utility class for managing temporary files;To;;[I" Time;T;[o; ;[I"CExtends the Time class with methods for parsing and conversion;To;;[I"tmpdir.rb;T;[o; ;[I"?Extends the Dir class to manage the OS temporary file path;To;;[I" TSort;T;[o; ;[I"1Topological sorting using Tarjan's algorithm;To;;[I" un.rb;T;[o; ;[I".Utilities to replace common UNIX commands;To;;[I"WeakRef;T;[o; ;[I"7Allows a referenced object to be garbage-collected;T@ S; ; i;I"Extensions;T@ o;;;;[o;;[I" Coverage;T;[o; ;[I"+Provides coverage measurement for Ruby;To;;[I"Digest;T;[o; ;[I"6Provides a framework for message digest libraries;To;;[I"IO;T;[o; ;[I"@Extensions for Ruby IO class, including #wait and ::console;To;;[I"NKF;T;[o; ;[I",Ruby extension for Network Kanji Filter;To;;[I" objspace;T;[o; ;[I"FExtends ObjectSpace module to add methods for internal statistics;To;;[I" Pathname;T;[o; ;[I"HRepresentation of the name of a file or directory on the filesystem;To;;[I"PTY;T;[o; ;[I")Creates and manages pseudo terminals;To;;[I"Ripper;T;[o; ;[I"GProvides an interface for parsing Ruby programs into S-expressions;To;;[I"Socket;T;[o; ;[I"0Access underlying OS socket implementations;To;;[I"Syslog;T;[o; ;[I"9Ruby interface for the POSIX system logging facility;To;;[I" WIN32OLE;T;[o; ;[I"5Provides an interface for OLE Automation in Ruby;T@ S; ; i;I"Default gems;T@ S; ; i;I"Libraries;T@ o;;;;[$o;;[I"Benchmark;T;[o; ;[I"IProvides methods to measure and report the time used to execute code;To;;[I"Bundler;T;[o; ;[I"4Manage your Ruby application's gem dependencies;To;;[I"CGI;T;[o; ;[I"6Support for the Common Gateway Interface protocol;To;;[I"CSV;T;[o; ;[I"?Provides an interface to read and write CSV files and data;To;;[I"Delegator;T;[o; ;[I"CProvides three abilities to delegate method calls to an object;To;;[I"DidYouMean;T;[o; ;[I"'"Did you mean?" experience in Ruby;To;;[I"FileUtils;T;[o; ;[I"DSeveral file utility methods for copying, moving, removing, etc;To;;[I"Forwardable;T;[o; ;[I"DProvides delegation of specified methods to a designated object;To;;[I"GetoptLong;T;[o; ;[I"BParse command line options similar to the GNU C getopt_long();To;;[I"IPAddr;T;[o; ;[I">Provides methods to manipulate IPv4 and IPv6 IP addresses;To;;[I"IRB;T;[o; ;[I"GInteractive Ruby command-line tool for REPL (Read Eval Print Loop);To;;[I"Logger;T;[o; ;[I">Provides a simple logging utility for outputting messages;To;;[I"Matrix;T;[o; ;[I"&Represents a mathematical matrix.;To;;[I"Mutex_m;T;[o; ;[I"7Mixin to extend objects to be handled like a Mutex;To;;[I"Net::POP3;T;[o; ;[I"!Ruby client library for POP3;To;;[I"Net::SMTP;T;[o; ;[I":Simple Mail Transfer Protocol client library for Ruby;To;;[I"Observable;T;[o; ;[I"?Provides a mechanism for publish/subscribe pattern in Ruby;To;;[I" Open3;T;[o; ;[I"LProvides access to stdin, stdout and stderr when running other programs;To;;[I"OpenStruct;T;[o; ;[I"=Class to build custom data structures, similar to a Hash;To;;[I" Prime;T;[o; ;[I",Prime numbers and factorization library;To;;[I"PStore;T;[o; ;[I"BImplements a file based persistence mechanism based on a Hash;To;;[I" Racc;T;[o; ;[I"0A LALR(1) parser generator written in Ruby.;To;;[I" RDoc;T;[o; ;[I":Produces HTML and command-line documentation for Ruby;To;;[I" REXML;T;[o; ;[I"An XML toolkit for Ruby;To;;[I"RSS;T;[o; ;[I"DFamily of libraries that support various formats of XML "feeds";To;;[I"Singleton;T;[o; ;[I"5Implementation of the Singleton pattern for Ruby;To;;[I"Timeout;T;[o; ;[I"?Auto-terminate potentially long-running operations in Ruby;To;;[I"Tracer;T;[o; ;[I"=Outputs a source level execution trace of a Ruby program;To;;[I"URI;T;[o; ;[I"EA Ruby module providing support for Uniform Resource Identifiers;To;;[I"WEBrick;T;[o; ;[I"$An HTTP server toolkit for Ruby;To;;[I" YAML;T;[o; ;[I":Ruby client library for the Psych YAML implementation;T@ S; ; i;I"Extensions;T@ o;;;;[o;;[I"BigDecimal;T;[o; ;[I"CProvides arbitrary-precision floating point decimal arithmetic;To;;[I" Date;T;[o; ;[I"GA subclass of Object includes Comparable module for handling dates;To;;[I" DateTime;T;[o; ;[I"ISubclass of Date to handling dates, hours, minutes, seconds, offsets;To;;[I"DBM;T;[o; ;[I"CProvides a wrapper for the UNIX-style Database Manager Library;To;;[I"Etc;T;[o; ;[I"KProvides access to information typically stored in UNIX /etc directory;To;;[I" Fcntl;T;[o; ;[I"<Loads constants defined in the OS fcntl.h C header file;To;;[I"Fiddle;T;[o; ;[I"A libffi wrapper for Ruby;To;;[I" GDBM;T;[o; ;[I"2Ruby extension for the GNU dbm (gdbm) library;To;;[I"IO::console;T;[o; ;[I"Console interface;To;;[I" JSON;T;[o; ;[I"3Implements Javascript Object Notation for Ruby;To;;[I"OpenSSL;T;[o; ;[I"@Provides SSL, TLS and general purpose cryptography for Ruby;To;;[I" Psych;T;[o; ;[I"'A YAML parser and emitter for Ruby;To;;[I" Readline;T;[o; ;[I"CProvides an interface for GNU Readline and Edit Line (libedit);To;;[I" SDBM;T;[o; ;[I"MProvides a simple file-based key-value store with String keys and values;To;;[I" StringIO;T;[o; ;[I"!Pseudo I/O on String objects;To;;[I"StringScanner;T;[o; ;[I"5Provides lexical scanning operations on a String;To;;[I" Zlib;T;[o; ;[I"BRuby interface for the zlib compression/decompression library;T@ S; ; i;I"Bundled gems;T@ S; ; i;I"Libraries;T@ o;;;;[o;;[I" MiniTest;T;[o; ;[I"9A test suite with TDD, BDD, mocking and benchmarking;To;;[I"Net::Telnet;T;[o; ;[I"#Telnet client library for Ruby;To;;[I"PowerAssert;T;[o; ;[I"Power Assert for Ruby.;To;;[I" Rake;T;[o; ;[I"9Ruby build program with capabilities similar to make;To;;[I"Test::Unit;T;[o; ;[I"'A compatibility layer for MiniTest;To;;[I"XMLRPC;T;[o; ;[I"5Remote Procedure Call over HTTP support for Ruby;T: @file@:0@omit_headings_from_table_of_contents_below0