特别容易碎 发表于 2025-3-27 00:58:58
http://reply.papertrans.cn/19/1826/182516/182516_31.pngArmory 发表于 2025-3-27 01:48:03
V. Klinkmüller,R. Kästel,L. Ye,K. FriedrichIn Chapter 2 we dived straight into the principles of object orientation, the method of representing concepts in Ruby by using classes and objects. 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.subordinate 发表于 2025-3-27 06:41:41
https://doi.org/10.1007/978-3-030-21013-7In this chapter, we’re going to look at how to store, process, and interact with external sources of data from our Ruby programs. In Chapter 4, we briefly looked at how to load files to get data into an application, but this chapter will extend upon that greatly and allow you to create files from scratch from your Ruby programs.Glossy 发表于 2025-3-27 12:59:06
http://reply.papertrans.cn/19/1826/182516/182516_34.pngmosque 发表于 2025-3-27 15:11:46
https://doi.org/10.1007/978-90-481-3771-8In this chapter, we’re going to step back from focusing on individual facets of Ruby and develop an entire program using much of the knowledge you’ve gained so far. We’ll focus on the structural concerns of developing a program and look at how a flexible structure can benefit you and other developers in the long run.要素 发表于 2025-3-27 18:42:08
http://reply.papertrans.cn/19/1826/182516/182516_36.pngornithology 发表于 2025-3-28 01:42:31
http://reply.papertrans.cn/19/1826/182516/182516_37.pngCHECK 发表于 2025-3-28 05:20:48
Let’s Get It Started: Installing RubyRuby is a popular programming language, but not many computers have it perfectly installed by default. This chapter takes you through the steps necessary to get Ruby working on your computer.指令 发表于 2025-3-28 09:11:05
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.神圣不可 发表于 2025-3-28 12:11:08
Classes, Objects, and ModulesIn Chapter 2 we dived straight into the principles of object orientation, the method of representing concepts in Ruby by using classes and objects. 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.