- 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.
- Getting Started with PowerShell
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 數據結構習題解析與實驗指導
- Protocol-Oriented Programming with Swift
- Programming with CodeIgniterMVC
- Android移動應用開發項目教程
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Python Penetration Testing Essentials
- Microsoft Windows Identity Foundation Cookbook
- 計算機應用基礎
- Laravel 5.x Cookbook
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構
- A/B 測試:創新始于試驗
- 代碼整潔之道:程序員的職業素養
- 深入理解C++11:C++11新特性解析與應用