ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- U:RDoc::TopLevel[ iI"standard_library.rdoc:EFcRDoc::Parser::Simpleo:RDoc::Markup::Document: @parts[S:RDoc::Markup::Heading: leveli: textI"Ruby Standard Library;To:RDoc::Markup::BlankLineo: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[To: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"Benchmark;T;[o; ;[I"IProvides methods to measure and report the time used to execute code;To;;[I"CGI;T;[o; ;[I"6Support for the Common Gateway Interface protocol;To;;[I" CMath;T;[o; ;[I"LProvides Trigonometric and Transcendental functions for complex numbers;To;;[I"complex.rb;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 outputing messages;To;;[I" mathn.rb;T;[o; ;[I"4Deprecated library that extends math operations;To;;[I"MakeMakefile;T;[o; ;[I"8Module used to generate a Makefile for C extensions;To;;[I" Matrix;T;[o; ;[I"&Represents a mathematical matrix.;To;;[I" MiniTest;T;[o; ;[I"9A test suite with TDD, BDD, mocking and benchmarking;To;;[I" Monitor;T;[o; ;[I"GProvides an object or module to use safely by more than one thread;To;;[I" Mutex_m;T;[o; ;[I"7Mixin to extend objects to be handled like a Mutex;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"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"Net::Telnet;T;[o; ;[I"#Telnet client library for Ruby;To;;[I"Observable;T;[o; ;[I"?Provides a mechanism for publich/subscribe pattern in Ruby;To;;[I" OpenURI;T;[o; ;[I"BAn easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP;To;;[I" Open3;T;[o; ;[I"LProvides access to stdin, stdout and stderr when running other programs;To;;[I"OptionParser;T;[o; ;[I"9Ruby-oriented class for command-line option analysis;To;;[I"OpenStruct;T;[o; ;[I"=Class to build custom data structures, similar to a Hash;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" Prime;T;[o; ;[I",Prime numbers and factorization library;To;;[I"profile.rb;T;[o; ;[I"Runs the Ruby Profiler__;To;;[I"Profiler__;T;[o; ;[I"4Provides a way to profile your Ruby application;To;;[I" PStore;T;[o; ;[I"BImplements a file based persistence mechanism based on a Hash;To;;[I" Queue;T;[o; ;[I"FSynchronized communication between threads, provided by thread.rb;To;;[I" Racc;T;[o; ;[I"0A LALR(1) parser generator written in Ruby.;To;;[I" Rake;T;[o; ;[I"9Ruby build program with capabilities similar to make;To;;[I"rational.rb;T;[o; ;[I"