Skip to content

Instantly share code, notes, and snippets.

@stephencelis
Created March 2, 2009 15:12
Show Gist options
  • Save stephencelis/72794 to your computer and use it in GitHub Desktop.
Save stephencelis/72794 to your computer and use it in GitHub Desktop.

Revisions

  1. stephencelis created this gist Mar 2, 2009.
    4 changes: 4 additions & 0 deletions gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # ~/.caprc
    Dir["#{ENV['HOME']}/.recipes/*.rb"].each do |tasks|
    load tasks
    end