中文名: Ruby袖珍參考手冊
原名: Ruby Pocket Reference
作者: Michael Fitzgerald
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版
出版社: O'Reilly
書號: 978-0-596-51481-5
發行時間: 2007年06月
地區: 美國
語言: 英文
簡介:
內容介紹:Whether you've come to Ruby because of the Rails web development framework --Ruby's killer app -- or simply because it's a relatively clean, powerful and expressive language that's useful for a lot of applications, the Ruby Pocket Reference is organized to help you find what you need quickly. This book not only will get you up to speed on how Ruby works, it provides you with a handy reference you can use anywhere, anytime.
In this book, you find essential information on:
Reserved words, operators, comments, numbers, variables, ranges, and symbols
Predefined variables andglobal constants
Conditional statements, method use, classes, and modules (mixins)
Lists of methods from the Object, String, Array, and Hash classes and the Kernel module
sprintf andtime formatting directories
Interactive Ruby (irb) and the Ruby debugger
Ruby documentation
內容截圖:
目錄:
Conventions Used in This Book
Comments and Questions
Acknowledgments
Running Ruby
Reserved Words
Operators
Comments
Numbers
Variables
Symbols
Predefined Variables
Pseudovariables
Global Constants
Ranges
Methods
Conditional Statements
Classes
Files
The IO Class
Exception Handling
Object Class
Kernel Module
String Class
Array Class
Hash Class
Time Formatting Directives
Interactive Ruby (irb)
Ruby Debugger
Ruby Documentation
RDoc Options
RubyGems
Rake
Ruby Resources
Glossary