Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 389 Bytes

Ruby101

This isn't really a book about Ruby, more like a dumping ground for random things I found baffling about Ruby.

Generating the HTML

The format is a standard gem, so the following recipe should work

bundle install
bundle exec rake

Now the HTML format should be in docs/.

github.io

The document is publised on github.io.