Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://rubyreferences.github.io/rubyref/
Ruby Programming Language Reference
https://rubyreferences.github.io/rubyref/
documentation references ruby
Last synced: 25 days ago
JSON representation
Ruby Programming Language Reference
- Host: GitHub
- URL: https://rubyreferences.github.io/rubyref/
- Owner: rubyreferences
- Created: 2018-04-07T08:57:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T09:04:36.000Z (over 2 years ago)
- Last Synced: 2024-08-07T08:11:33.396Z (4 months ago)
- Topics: documentation, references, ruby
- Language: Ruby
- Homepage: https://rubyreferences.github.io/rubyref/
- Size: 18 MB
- Stars: 248
- Watchers: 9
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-learning-resources - The Ruby Reference
- learn-ruby -
README
---
title: Introduction
next: "/intro/installation.html"
permalink: "/"
---## The Ruby Reference[](#the-ruby-reference)
This book is a reference for the Ruby programming language. It describes the language structure, its core classes and standard library, and provides some additional useful information and links for Ruby development.
The Reference is intended to be always up-to-date with the current Ruby version.
Most of the reference content is taken directly from Ruby documentation and reorganized for easier reading. The core docs were augmented with some quotes from the Ruby website, and some missing content that is written specifically for the book. The source of the book (rendering scripts, config, and unique content) can be found at GitHub.
Happy Hacking!