HTTP/2 302
server: nginx
date: Tue, 15 Jul 2025 14:40:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090523154257
location: https://web.archive.org/web/20090523154257/https://www.ruby-lang.org/en/
server-timing: captures_list;dur=0.633111, exclusion.robots;dur=0.027418, exclusion.robots.policy;dur=0.016571, esindex;dur=0.010176, cdx.remote;dur=89.263722, LoadShardBlock;dur=638.800482, PetaboxLoader3.datanode;dur=381.885787
x-app-server: wwwb-app201
x-ts: 302
x-tr: 814
server-timing: TR;dur=0,Tw;dur=528,Tc;dur=1
set-cookie: SERVER=wwwb-app201; 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: Tue, 15 Jul 2025 14:40:39 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sat, 23 May 2009 15:42:57 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: windows-1258
memento-datetime: Sat, 23 May 2009 15:42:57 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Sat, 27 Nov 1999 18:29:46 GMT", ; rel="prev memento"; datetime="Wed, 20 May 2009 03:14:38 GMT", ; rel="memento"; datetime="Sat, 23 May 2009 15:42:57 GMT", ; rel="next memento"; datetime="Tue, 16 Jun 2009 12:48:03 GMT", ; rel="last memento"; datetime="Thu, 10 Jul 2025 23:44:12 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: 52_9_20090523131230_crawl103-c/52_9_20090523154045_crawl100.arc.gz
server-timing: captures_list;dur=4.846315, exclusion.robots;dur=0.192188, exclusion.robots.policy;dur=0.110768, esindex;dur=0.081529, cdx.remote;dur=752.495220, LoadShardBlock;dur=2736.702992, PetaboxLoader3.datanode;dur=2912.476429, load_resource;dur=1661.750693, PetaboxLoader3.resolve;dur=361.890159
x-app-server: wwwb-app201
x-ts: 200
x-tr: 5472
server-timing: TR;dur=0,Tw;dur=587,Tc;dur=2
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
Ruby Programming Language
Ruby is…
A dynamic, open source programming language with a focus on
simplicity and productivity. It has an elegant syntax that is
natural to read and easy to write.
Read More…
class Greeter
def initialize( name)
@name = name. capitalize
end
def salute
puts "Hello #{ @ name}!"
end
end
g = Greeter. new( "world" )
g. salute
Recently we have a welcome, historic development that the Ruby
1.8.6's maintenance stewardship moved from me (Urabe Shyouhei) to
Kirk Haines of Engine Yard.
Continue Reading…
Posted by Urabe Shyouhei on 23 May 2009
Ruby 1.9.1-p129 has been released.
This is a patch level release for Ruby 1.9.1. This fixes many bugs and
two security vulnerabilities. This release contains security fix so we
recommend all 1.9.1 users to upgrade your ruby.
Posted by Administrator on 12 May 2009