HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 04:01:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100415131512
location: https://web.archive.org/web/20100415131512/https://www.ruby-lang.org/pt
server-timing: captures_list;dur=0.465339, exclusion.robots;dur=0.015581, exclusion.robots.policy;dur=0.006953, esindex;dur=0.008821, cdx.remote;dur=15.702536, LoadShardBlock;dur=237.636693, PetaboxLoader3.datanode;dur=68.417024, PetaboxLoader3.resolve;dur=99.741010
x-app-server: wwwb-app216
x-ts: 302
x-tr: 286
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; 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, 20 Aug 2025 04:01:37 GMT
content-type: text/html
x-archive-orig-date: Thu, 15 Apr 2010 13:15: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) mod_ssl/2.2.3 OpenSSL/0.9.8c
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 15 Apr 2010 13:15: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="Mon, 15 Mar 2010 05:49:06 GMT", ; rel="memento"; datetime="Thu, 15 Apr 2010 13:15:12 GMT", ; rel="next memento"; datetime="Wed, 12 May 2010 18:49:00 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_15_20100415055719_crawl102-c/51_15_20100415131352_crawl100.arc.gz
server-timing: captures_list;dur=0.430275, exclusion.robots;dur=0.015555, exclusion.robots.policy;dur=0.007175, esindex;dur=0.009552, cdx.remote;dur=8.978212, LoadShardBlock;dur=72.086353, PetaboxLoader3.datanode;dur=105.685202, load_resource;dur=156.465653, PetaboxLoader3.resolve;dur=94.448972
x-app-server: wwwb-app216
x-ts: 200
x-tr: 290
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