- The Ruby Workshop
- Akshat Paul Peter Philips Dániel Szabó Cheyne Wallace
- 128字
- 2021-06-11 13:04:37
Introduction
In the previous chapter, we studied variables, constants, strings, and various data types. We performed various operations on strings and numbers. We were also introduced to the Interactive Ruby Shell (IRB), which makes coding in Ruby easier.
This chapter is dedicated to bringing you up to speed with arrays, hashes, and methods in Ruby. You could say that these are among the most fundamental topics. We will take a closer look at the different ways of creating arrays and hashes, as there are a wide variety of options. We'll also look at methods, which is another essential concept in Ruby and study certain rules about arguments that you should be aware of while creating methods. After that, you have the fundamentals to become a fine Ruby developer.
- HTML5+CSS3王者歸來
- Android項目開發(fā)入門教程
- Java開發(fā)入行真功夫
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Jenkins Continuous Integration Cookbook(Second Edition)
- OpenStack Orchestration
- Building RESTful Python Web Services
- C語言程序設(shè)計實驗指導(dǎo) (第2版)
- Visual Basic程序設(shè)計習(xí)題與上機實踐
- JavaScript應(yīng)用開發(fā)實踐指南
- Java并發(fā)編程:核心方法與框架
- Spring Boot從入門到實戰(zhàn)
- Instant Pygame for Python Game Development How-to
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)(慕課版)
- PHP程序員面試算法寶典