Skip to content
trans edited this page Aug 23, 2010 · 9 revisions

This is the OFFICIAL Ruby Facets Wiki Wiki.

I Spy

I Spy is a a series of explorations of various parts of Ruby Facets.

I Spy, String#margin

Tips & Tricks

TIP: Autoload CORE TIP: Add CORE to $LOAD_PATH

Contributing to Facets

The widely accepted practice of contributing to GitHub projects entails:

  • Fork rubyworks/facets
  • Create a topic branch: git checkout -b my_fix
  • Make your changes
  • Push your branch: git push origin my_fix
  • Open an Issue referencing your branch.
  • Please do not push to master on your fork!

Following this procedure will make everyone’s life easier.

Clone this wiki locally