- Comprehensive Ruby Programming
- Jordan Hudgens
- 194字
- 2021-07-02 21:13:18
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Now if I always want a string to be in lower case letters, I can use the downcase method, like this."
A block of code is set as follows:
10.times do
x=10
end
p x
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
10.times do
x=10
end
p x
Any command-line input or output is written as follows:
rvm install 2.3.0
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "When you click on the Download Ruby button, it will take you to the following page."
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Visual C++串口通信技術(shù)詳解(第2版)
- C語言課程設(shè)計(jì)
- 深入分布式緩存:從原理到實(shí)踐
- UVM實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)C語言第2版
- Swift語言實(shí)戰(zhàn)晉級(jí)
- Scala編程實(shí)戰(zhàn)
- ABAQUS6.14中文版有限元分析與實(shí)例詳解
- Visual Basic語言程序設(shè)計(jì)基礎(chǔ)(第3版)
- Android技術(shù)內(nèi)幕(系統(tǒng)卷)
- Visual C++程序設(shè)計(jì)全程指南
- 第五空間戰(zhàn)略:大國(guó)間的網(wǎng)絡(luò)博弈
- Visual C++實(shí)用教程
- 精通Spring MVC 4