Heterodoxy 发表于 2025-3-25 07:12:07
http://reply.papertrans.cn/19/1826/182515/182515_21.pngadipose-tissue 发表于 2025-3-25 10:35:52
http://reply.papertrans.cn/19/1826/182515/182515_22.pngfringe 发表于 2025-3-25 15:41:56
http://reply.papertrans.cn/19/1826/182515/182515_23.pngAnguish 发表于 2025-3-25 16:47:29
http://reply.papertrans.cn/19/1826/182515/182515_24.png移动 发表于 2025-3-25 21:06:46
Ruby’s Building Blocks: Data, Expressions, and Flow ControlComputer programs spend nearly all their time manipulating data. We type in words, phrases, and numbers; listen to music; and watch videos, while the computer performs calculations, makes decisions, and relays information to us. To write computer programs, it’s essential to understand the basics of data and its manipulation.Gullible 发表于 2025-3-26 01:30:33
The Ruby EcosystemAs with other programming languages, Ruby has its own culture and “ecosystem.” Ruby’s ecosystem is made up of thousands of developers, maintainers, documenters, bloggers, companies, and those who help sponsor or fund the development of the language.BAN 发表于 2025-3-26 05:32:20
Classes, Objects, and ModulesIn Chapter 2 we dived straight into the principles of object orientation, the method of representing concepts in Ruby by using . and .. Since then we’ve looked at Ruby’s standard classes, such as String and Array; worked with them; and then branched off to look at Ruby’s logic and other core features.Frenetic 发表于 2025-3-26 10:44:09
http://reply.papertrans.cn/19/1826/182515/182515_28.png类似思想 发表于 2025-3-26 14:09:55
Deploying Ruby Applications and LibrariesIn this chapter, we’re going to look at how to deploy and distribute the programs you create with Ruby.Pillory 发表于 2025-3-26 18:25:16
http://reply.papertrans.cn/19/1826/182515/182515_30.png