Ruby 简明教程

Ruby Tutorial

Ruby 是一种由松本行弘(又名 Matz)设计的脚本语言。它可以在各种平台上运行,例如 Windows、Mac OS 和各种 UNIX 版本。本教程全面了解了 Ruby。

Ruby is a scripting language designed by Yukihiro Matsumoto, also known as Matz. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding on Ruby.

Audience

本教程专为初学者编写,以帮助他们理解与 Ruby 脚本语言相关的基本到高级概念。

This tutorial has been prepared for beginners to help them understand the basic to advanced concepts related to Ruby Scripting languages.

Prerequisites

在你开始练习本教程中给出的各种类型的示例之前,我们假设你已经熟悉计算机程序和通用编程语言。

Before you start practicing with various types of examples given in this tutorial, we are making an assumption that you are already aware of computer programs and programming languages in general.