HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 20:06:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100706021849
location: https://web.archive.org/web/20100706021849/https://www.ruby-lang.org/pt/
server-timing: captures_list;dur=0.916755, exclusion.robots;dur=0.034260, exclusion.robots.policy;dur=0.015947, esindex;dur=0.019339, cdx.remote;dur=61.938208, LoadShardBlock;dur=586.743946, PetaboxLoader3.datanode;dur=165.533334, PetaboxLoader3.resolve;dur=380.265173
x-app-server: wwwb-app212
x-ts: 302
x-tr: 698
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; 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 20:06:42 GMT
content-type: text/html
x-archive-orig-date: Tue, 06 Jul 2010 02:18:49 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: Tue, 06 Jul 2010 02:18:49 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="Sun, 04 Jul 2010 15:38:53 GMT", ; rel="memento"; datetime="Tue, 06 Jul 2010 02:18:49 GMT", ; rel="next memento"; datetime="Sat, 31 Jul 2010 04:40:12 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: NOG-20100706015500-00545-00553-ia360937-20100710024125-00000/NOG-20100706020509-00548-ia360937.us.archive.org.warc.gz
server-timing: captures_list;dur=0.812020, exclusion.robots;dur=0.040712, exclusion.robots.policy;dur=0.018730, esindex;dur=0.015087, cdx.remote;dur=53.394035, LoadShardBlock;dur=331.486382, PetaboxLoader3.datanode;dur=100.242144, PetaboxLoader3.resolve;dur=771.077568, load_resource;dur=581.096449
x-app-server: wwwb-app212
x-ts: 200
x-tr: 1042
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