klondike (owner)

Revisions

gist: 156669 Download_button fork
public
Public Clone URL: git://gist.github.com/156669.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
9
10
11
12
require 'rubygems'
 
require 'wirble'
Wirble.init
Wirble.colorize
 
# if I'm in a Rails app
require 'test/factories' if File.exists?('test/factories.rb')
 
require 'congrelate' if File.exists?('congrelate.rb')
require 'photos' if File.exists?('photos.rb')