В следующем списке перечислены доступные способы установки для различных нужд и платформ. Если вы не можете скомпилировать ваш собственный Ruby и не хотите использовать сторонний ...
Ruby programmers around the world are getting involved in more and more conferences, where they get together to share reports on work-in-progress, discuss the future of Ruby, and welcome newcomers to ...
Python est un autre très bon langage généraliste. Si vous passez de Python à Ruby, vous verrez qu’il y a un peu plus d’éléments syntaxiques à retenir, quelques astuces, aussi—mais que dans l’ensemble, ...
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.
Python - еще один прекрасный язык общего назначения. Переходя в Ruby из Python, вам понадобится запомнить чуть больше синтаксических особенностей.
Python is another very nice general purpose programming language. Going from Python to Ruby, you’ll find that there’s a little bit more syntax to learn than with Python.
这是个不会超过20分钟的 Ruby 简介。阅读前请您先将 Ruby 安装好。(如果您还没有安装Ruby 的话请到 下载区下载并安装。) 刚才是怎么回事啊?难道我们刚写了世界上最短的 “Hello World” 程序吗? 不是的。第二行显示的只是 IRB 给我们的上一个命令的返回值。
Ruby has four primary English speaking mailing lists: ...
Здесь представлено небольшое введение в Ruby, которое должно занять не более двадцати минут. Предполагается, что вы уже установили Ruby. (Если на вашем компьютере нет Ruby, скачайте и установите ...
Math é um módulo nativo para funções matemáticas. Os módulos têm dois papeis em Ruby. Este é um desses papeis: agrupar métodos semelhantes sob um nome familiar. Math também contém métodos como sin() e ...
Ce court tutoriel ne devrait pas prendre plus de vingt minutes de votre temps. Il part du principe que vous avez déjà installé Ruby ; si ce n’est pas le cas, il vous est chaleureusement conseillé de ...
So, looking deeper at our new program, notice the initial lines, which begin with a hash mark (#). In Ruby, anything on a line after a hash mark is a comment and is ignored by the interpreter. The ...