HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 15:49:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100731044012
location: https://web.archive.org/web/20100731044012/https://www.ruby-lang.org/pt
server-timing: captures_list;dur=0.688456, exclusion.robots;dur=0.025436, exclusion.robots.policy;dur=0.014590, esindex;dur=0.054210, cdx.remote;dur=22.191010, LoadShardBlock;dur=150.327524, PetaboxLoader3.datanode;dur=81.051830
x-app-server: wwwb-app219
x-ts: 302
x-tr: 203
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 15:49:27 GMT
content-type: text/html
x-archive-orig-date: Sat, 31 Jul 2010 04:40:12 GMT
x-archive-orig-server: Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_ruby/1.2.6 Ruby/1.8.5(2006-08-25)
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 31 Jul 2010 04:40:12 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 19 Jan 2007 18:45:31 GMT", ; rel="prev memento"; datetime="Tue, 06 Jul 2010 02:18:49 GMT", ; rel="memento"; datetime="Sat, 31 Jul 2010 04:40:12 GMT", ; rel="next memento"; datetime="Wed, 01 Sep 2010 19:25:49 GMT", ; rel="last memento"; datetime="Sun, 22 Jun 2025 19:39:58 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_17_20100730223247_crawl103-c/51_17_20100731043952_crawl100.arc.gz
server-timing: captures_list;dur=0.715625, exclusion.robots;dur=0.028163, exclusion.robots.policy;dur=0.014096, esindex;dur=0.014825, cdx.remote;dur=46.646617, LoadShardBlock;dur=932.344355, PetaboxLoader3.resolve;dur=1467.387971, PetaboxLoader3.datanode;dur=186.581509, load_resource;dur=747.810056
x-app-server: wwwb-app219
x-ts: 200
x-tr: 1802
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Linguagem de Programação Ruby
Ruby é…
Uma linguagem dinâmica, open source com foco
na simplicidade e na produtividade. Tem uma sintaxe
elegante de leitura natural e fácil escrita.
Ler Mais…
class Saudacao
def initialize( name)
@name = name. capitalize
end
def sauda
puts "Olá #{ @ name}!"
end
end
ola = Saudacao. new( "mundo" )
ola. sauda
Ruby 1.9.1-p129 já está disponível para download.
Esta é uma versão de manutenção para o Ruby 1.9.1. Corrige diversos bugs e
duas vulnerabilidades de seguranla. Uma vez que é uma versão que contém uma
correcção de segurança aconselha-se que todos os utilizadores façam esta
actualização.
DL::Function#call could pass tainted arguments to a C function even if
$SAFE > 0.
DL::dlopen could open a library with tainted library name even if
$SAFE > 0
Escrito por Filipe Rocha em 15 May 2009
Actualização para as versões de Ruby 1.8.7 e 1.8.6 já está disponível para download.
Foram corrigidos dezenas de bugs, incluindo resoluções temporárias para os problemas descritos em CVE-2007-1558 e CVE-2008-1447. Resolvidos muitos problemas com segmentation faults. Para uma lista completa ler os ChangeLogs.
This time we have fixed dozens of bugs, including workarounds for CVE-2007-1558 and CVE-2008-1447. Many segfaults are also fixed. For a complete list of what has been fixed, please read the ChangeLogs inclusos nos ficheiros para download ou aqui:
O download está disponível em:
Continuar Leitura…
Escrito por Filipe Rocha em 15 May 2009